#456191

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

Shades of Mariner #456191

Tints of Mariner #456191

Color information

#456191 (or 0x456191) is unknown color: approx Mariner. HEX triplet: 45, 61 and 91. RGB value is (69,97,145). Sum of RGB (Red+Green+Blue) = 69+97+145=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #456191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456191 is #BA9E6E. Grayscale: #5D5D5D. Windows color (decimal): -12230255 or 9527621. OLE color: 9527621.

HSL color Cylindrical-coordinate representation of color #456191: hue angle of 217.89º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456191 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6997145-
CMYK0.520.3300.43
HSL217.89º35.51%41.96%-
HSV(B)217.89º52.41%56.86%-
XYZ11.8411.8628.45-
YUV94.1156.72110.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=22.19%
G=31.19%
B=46.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69971450.520.3300.43217.8935.5141.96
Hex456191342102Bda242a
Octal10514122164410533324452
Binary1000101110000110010001110100100001010101111011010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456191; }

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

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

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

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

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

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

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

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