Color Hex Logo

#46607b Color Hex

#46607B
(70,96,123)
0 Favorites   0 Comments

Color spaces of #46607b

RGB 7096123
HSL0.580.270.38
HSV211°43°48°
CMYK 0.430.220.00   0.52
XYZ10.283811.097920.3390
Yxy11.09790.24650.2660
Hunter Lab33.3135-3.1961-12.8790
CIE-Lab39.7449-2.0248-18.2163

#46607b color RGB value is (70,96,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 01111011
Octal 106 140 173
Decimal 70 96 123
Hex 46 60 7B

RGB Percentages of Color #46607b

%24.22
%33.22
%42.56

CMYK Percentages of Color #46607b

%43
%22
%0
%52

Triadic Colors of #46607b

#46607b #7b4660 #607b46

Analogous Colors of #46607b

#46607b #47467b #467b7b

Monochromatic Colors of #46607b

#46607b

Complementary Color

#46607b #7b6146

#46607b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46607b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46607b Color CSS Codes

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

#46607b Text Font Color

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

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


#46607b Background Color

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

This div background color is #46607b


#46607b Border Color

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

This div border color is #46607b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46607b


Comments

No comments written yet.

Please login to write comment.