Color Hex Logo

#464088 Color Hex

#464088
(70,64,136)
0 Favorites   0 Comments

Color spaces of #464088

RGB 7064136
HSL0.680.360.39
HSV245°53°53°
CMYK 0.490.530.00   0.47
XYZ8.80316.746524.1308
Yxy6.74650.22190.1700
Hunter Lab25.974015.0426-36.9007
CIE-Lab31.222722.6763-39.6136

#464088 color RGB value is (70,64,136).

#464088 hex color red value is 70, green value is 64 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #464088 hue: 0.68 , saturation: 0.36 and the lightness value of 464088 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 10001000
Octal 106 100 210
Decimal 70 64 136
Hex 46 40 88

RGB Percentages of Color #464088

%25.93
%23.70
%50.37

CMYK Percentages of Color #464088

%49
%53
%0
%47

Triadic Colors of #464088

#464088 #884640 #408846

Analogous Colors of #464088

#464088 #6a4088 #405e88

Monochromatic Colors of #464088

#464088

Complementary Color

#464088 #828840

#464088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464088 Color CSS Codes

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

#464088 Text Font Color

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

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


#464088 Background Color

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

This div background color is #464088


#464088 Border Color

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

This div border color is #464088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464088


Comments

No comments written yet.

Please login to write comment.