#466498

Color #466498 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #466498

Tints of Mariner #466498

Color information

#466498 (or 0x466498) is unknown color: approx Mariner. HEX triplet: 46, 64 and 98. RGB value is (70,100,152). Sum of RGB (Red+Green+Blue) = 70+100+152=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #466498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466498 is #B99B67. Grayscale: #606060. Windows color (decimal): -12163944 or 9987142. OLE color: 9987142.

HSL color Cylindrical-coordinate representation of color #466498: hue angle of 218.05º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466498 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB70100152-
CMYK0.540.3400.40
HSL218.05º36.94%43.53%-
HSV(B)218.05º53.95%59.61%-
XYZ12.7512.6831.48-
YUV96.96159.06108.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=21.74%
G=31.06%
B=47.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701001520.540.3400.40218.0536.9443.53
Hex4664983622028da252c
Octal10614423066420503324554
Binary1000110110010010011000110110100010010100011011010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466498; }

 p { color: rgb(70,100,152); }

 H1.HeaderClassName
 {
   color: #466498;
 }
 .AnyTagClassName
 {
   color: #466498;
 }
</style>
background-color css

<style>
 a { background-color: #466498; }

 a { background-color: rgb(70,100,152); }

 div.DivClassName
 {
   background-color: #466498;
 }
 .BgClassName
 {
   background-color: #466498;
 }
</style>
border-color css

<style>
 span { border-color: #466498; }

 span { border-color: rgb(70,100,152); }

 td.TdClassName
 {
   border-color: #466498;
 }
 .TagClassName
 {
   border-color: #466498;
 }
</style>