Color Hex Logo

#46556b Color Hex

#46556B
(70,85,107)
0 Favorites   0 Comments

Color spaces of #46556b

RGB 7085107
HSL0.600.210.35
HSV216°35°42°
CMYK 0.350.210.00   0.58
XYZ8.42818.860615.1760
Yxy8.86060.25960.2729
Hunter Lab29.7668-1.5517-9.3911
CIE-Lab35.71450.0561-14.5332

#46556b color RGB value is (70,85,107).

#46556b hex color red value is 70, green value is 85 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #46556b hue: 0.60 , saturation: 0.21 and the lightness value of 46556b is 0.35.

The process color (four color CMYK) of #46556b color hex is 0.35, 0.21, 0.00, 0.58. Web safe color of #46556b is #336666. Color #46556b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010101 01101011
Octal 106 125 153
Decimal 70 85 107
Hex 46 55 6B

RGB Percentages of Color #46556b

%26.72
%32.44
%40.84

CMYK Percentages of Color #46556b

%35
%21
%0
%58

Triadic Colors of #46556b

#46556b #6b4655 #556b46

Analogous Colors of #46556b

#46556b #4a466b #46686b

Monochromatic Colors of #46556b

#46556b

Complementary Color

#46556b #6b5c46

#46556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46556b Color CSS Codes

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

#46556b Text Font Color

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

This sample text font color is #46556b
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.


#46556b Background Color

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

This div background color is #46556b


#46556b Border Color

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

This div border color is #46556b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,85,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 #46556b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46556b


Comments

No comments written yet.

Please login to write comment.