Color Hex Logo

#466398 Color Hex

#466398
(70,99,152)
0 Favorites   0 Comments

Color spaces of #466398

RGB 7099152
HSL0.610.370.44
HSV219°54°60°
CMYK 0.540.350.00   0.40
XYZ12.655112.492831.4501
Yxy12.49280.22360.2207
Hunter Lab35.34522.0567-28.0146
CIE-Lab41.98895.3646-32.2250

#466398 color RGB value is (70,99,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100011 10011000
Octal 106 143 230
Decimal 70 99 152
Hex 46 63 98

RGB Percentages of Color #466398

%21.81
%30.84
%47.35

CMYK Percentages of Color #466398

%54
%35
%0
%40

Triadic Colors of #466398

#466398 #984663 #639846

Analogous Colors of #466398

#466398 #524698 #468c98

Monochromatic Colors of #466398

#466398

Complementary Color

#466398 #987b46

#466398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466398 Color CSS Codes

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

#466398 Text Font Color

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

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


#466398 Background Color

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

This div background color is #466398


#466398 Border Color

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

This div border color is #466398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466398


Comments

No comments written yet.

Please login to write comment.