#456196

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

Shades of Mariner #456196

Tints of Mariner #456196

Color information

#456196 (or 0x456196) is unknown color: approx Mariner. HEX triplet: 45, 61 and 96. RGB value is (69,97,150). Sum of RGB (Red+Green+Blue) = 69+97+150=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #456196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456196 is #BA9E69. Grayscale: #5E5E5E. Windows color (decimal): -12230250 or 9855301. OLE color: 9855301.

HSL color Cylindrical-coordinate representation of color #456196: hue angle of 219.26º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #456196 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6997150-
CMYK0.540.3500.41
HSL219.26º36.99%42.94%-
HSV(B)219.26º54%58.82%-
XYZ12.2312.0230.53-
YUV94.67159.22109.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=21.84%
G=30.70%
B=47.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69971500.540.3500.41219.2636.9942.94
Hex4561963623029db252b
Octal10514122666430513334553
Binary1000101110000110010110110110100011010100111011011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456196; }

 p { color: rgb(69,97,150); }

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

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

 a { background-color: rgb(69,97,150); }

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

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

 span { border-color: rgb(69,97,150); }

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