Color Hex Logo

#466098 Color Hex

#466098
(70,96,152)
0 Favorites   0 Comments

Color spaces of #466098

RGB 7096152
HSL0.610.370.44
HSV221°54°60°
CMYK 0.540.370.00   0.40
XYZ12.376211.934831.3571
Yxy11.93480.22230.2144
Hunter Lab34.54683.4898-29.6331
CIE-Lab41.11237.2533-33.6059

#466098 color RGB value is (70,96,152).

#466098 hex color red value is 70, green value is 96 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #466098 hue: 0.61 , saturation: 0.37 and the lightness value of 466098 is 0.44.

The process color (four color CMYK) of #466098 color hex is 0.54, 0.37, 0.00, 0.40. Web safe color of #466098 is #336699. Color #466098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 10011000
Octal 106 140 230
Decimal 70 96 152
Hex 46 60 98

RGB Percentages of Color #466098

%22.01
%30.19
%47.80

CMYK Percentages of Color #466098

%54
%37
%0
%40

Triadic Colors of #466098

#466098 #984660 #609846

Analogous Colors of #466098

#466098 #554698 #468998

Monochromatic Colors of #466098

#466098

Complementary Color

#466098 #987e46

#466098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466098 Color CSS Codes

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

#466098 Text Font Color

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

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


#466098 Background Color

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

This div background color is #466098


#466098 Border Color

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

This div border color is #466098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466098


Comments

No comments written yet.

Please login to write comment.