Color Hex Logo

#46647b Color Hex

#46647B
(70,100,123)
0 Favorites   0 Comments

Color spaces of #46647b

RGB 70100123
HSL0.570.270.38
HSV206°43°48°
CMYK 0.430.190.00   0.52
XYZ10.658111.846520.4638
Yxy11.84650.24800.2757
Hunter Lab34.4187-4.9585-11.1580
CIE-Lab40.9711-4.4541-16.3355

#46647b color RGB value is (70,100,123).

#46647b hex color red value is 70, green value is 100 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #46647b hue: 0.57 , saturation: 0.27 and the lightness value of 46647b is 0.38.

The process color (four color CMYK) of #46647b color hex is 0.43, 0.19, 0.00, 0.52. Web safe color of #46647b is #336666. Color #46647b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100100 01111011
Octal 106 144 173
Decimal 70 100 123
Hex 46 64 7B

RGB Percentages of Color #46647b

%23.89
%34.13
%41.98

CMYK Percentages of Color #46647b

%43
%19
%0
%52

Triadic Colors of #46647b

#46647b #7b4664 #647b46

Analogous Colors of #46647b

#46647b #464a7b #467b78

Monochromatic Colors of #46647b

#46647b

Complementary Color

#46647b #7b5d46

#46647b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46647b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46647b Color CSS Codes

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

#46647b Text Font Color

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

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


#46647b Background Color

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

This div background color is #46647b


#46647b Border Color

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

This div border color is #46647b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46647b


Comments

No comments written yet.

Please login to write comment.