Color Hex Logo

#464688 Color Hex

#464688
(70,70,136)
0 Favorites   0 Comments

Color spaces of #464688

RGB 7070136
HSL0.670.320.40
HSV240°49°53°
CMYK 0.490.490.00   0.47
XYZ9.15997.460024.2497
Yxy7.46000.22410.1825
Hunter Lab27.313012.0654-33.5212
CIE-Lab32.832018.7558-37.0375

#464688 color RGB value is (70,70,136).

#464688 hex color red value is 70, green value is 70 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #464688 hue: 0.67 , saturation: 0.32 and the lightness value of 464688 is 0.40.

The process color (four color CMYK) of #464688 color hex is 0.49, 0.49, 0.00, 0.47. Web safe color of #464688 is #333399. Color #464688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000110 10001000
Octal 106 106 210
Decimal 70 70 136
Hex 46 46 88

RGB Percentages of Color #464688

%25.36
%25.36
%49.28

CMYK Percentages of Color #464688

%49
%49
%0
%47

Triadic Colors of #464688

#464688 #884646 #468846

Analogous Colors of #464688

#464688 #674688 #466788

Monochromatic Colors of #464688

#464688

Complementary Color

#464688 #888846

#464688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464688 Color CSS Codes

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

#464688 Text Font Color

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

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


#464688 Background Color

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

This div background color is #464688


#464688 Border Color

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

This div border color is #464688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464688


Comments

No comments written yet.

Please login to write comment.