Color Hex Logo

#46776b Color Hex

#46776B
(70,119,107)
0 Favorites   0 Comments

Color spaces of #46776b

RGB 70119107
HSL0.460.260.37
HSV165°41°47°
CMYK 0.410.000.10   0.53
XYZ11.776515.557316.2921
Yxy15.55730.26990.3566
Hunter Lab39.4427-15.72973.1198
CIE-Lab46.3882-19.64911.3877

#46776b color RGB value is (70,119,107).

#46776b hex color red value is 70, green value is 119 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #46776b hue: 0.46 , saturation: 0.26 and the lightness value of 46776b is 0.37.

The process color (four color CMYK) of #46776b color hex is 0.41, 0.00, 0.10, 0.53. Web safe color of #46776b is #336666. Color #46776b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110111 01101011
Octal 106 167 153
Decimal 70 119 107
Hex 46 77 6B

RGB Percentages of Color #46776b

%23.65
%40.20
%36.15

CMYK Percentages of Color #46776b

%41
%0
%10
%53

Triadic Colors of #46776b

#46776b #6b4677 #776b46

Analogous Colors of #46776b

#46776b #466b77 #467753

Monochromatic Colors of #46776b

#46776b

Complementary Color

#46776b #774652

#46776b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46776b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46776b Color CSS Codes

.mybgcolor {background-color:#46776b; } 
.myforecolor {color:#46776b; }
.mybordercolor {border:3px solid #46776b; }

#46776b Text Font Color

<p style="color:#46776b">Text here</p>

This sample text font color is #46776b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#46776b Background Color

<div style="background-color:#46776b">
Div content here</div>

This div background color is #46776b


#46776b Border Color

<div style="border:3px solid #46776b">
Div here</div>

This div border color is #46776b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,119,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46776b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46776b;
  -webkit-box-shadow: 1px 1px 3px 2px #46776b;
  box-shadow:         1px 1px 3px 2px #46776b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,119,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #46776b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #46776b;
  -webkit-box-shadow: 1px 1px 3px 2px #46776b;
  box-shadow:         1px 1px 3px 2px #46776b;">
Div content here</div>

This div box has shadow with color #46776b


Comments

No comments written yet.

Please login to write comment.