#466198

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

Shades of Mariner #466198

Tints of Mariner #466198

Color information

#466198 (or 0x466198) is unknown color: approx Mariner. HEX triplet: 46, 61 and 98. RGB value is (70,97,152). Sum of RGB (Red+Green+Blue) = 70+97+152=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #466198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466198 is #B99E67. Grayscale: #5E5E5E. Windows color (decimal): -12164712 or 9986374. OLE color: 9986374.

HSL color Cylindrical-coordinate representation of color #466198: hue angle of 220.24º 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 #466198 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7097152-
CMYK0.540.3600.40
HSL220.24º36.94%43.53%-
HSV(B)220.24º53.95%59.61%-
XYZ12.4712.1231.39-
YUV95.2160.05110.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=21.94%
G=30.41%
B=47.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70971520.540.3600.40220.2436.9443.53
Hex4661983624028dc252c
Octal10614123066440503344554
Binary1000110110000110011000110110100100010100011011100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466198; }

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

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

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

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

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

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

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

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