Color Hex Logo

#46608a Color Hex

#46608A
(70,96,138)
0 Favorites   0 Comments

Color spaces of #46608a

RGB 7096138
HSL0.600.330.41
HSV217°49°54°
CMYK 0.490.300.00   0.46
XYZ11.296111.502825.6697
Yxy11.50280.23310.2373
Hunter Lab33.91580.0992-21.1335
CIE-Lab40.41472.6622-26.2854

#46608a color RGB value is (70,96,138).

#46608a hex color red value is 70, green value is 96 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #46608a hue: 0.60 , saturation: 0.33 and the lightness value of 46608a is 0.41.

The process color (four color CMYK) of #46608a color hex is 0.49, 0.30, 0.00, 0.46. Web safe color of #46608a is #336699. Color #46608a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 10001010
Octal 106 140 212
Decimal 70 96 138
Hex 46 60 8A

RGB Percentages of Color #46608a

%23.03
%31.58
%45.39

CMYK Percentages of Color #46608a

%49
%30
%0
%46

Triadic Colors of #46608a

#46608a #8a4660 #608a46

Analogous Colors of #46608a

#46608a #4e468a #46828a

Monochromatic Colors of #46608a

#46608a

Complementary Color

#46608a #8a7046

#46608a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46608a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46608a Color CSS Codes

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

#46608a Text Font Color

<p style="color:#46608a">Text here</p>

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


#46608a Background Color

<div style="background-color:#46608a">
Div content here</div>

This div background color is #46608a


#46608a Border Color

<div style="border:3px solid #46608a">
Div here</div>

This div border color is #46608a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46608a


Comments

No comments written yet.

Please login to write comment.