#455991

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

Shades of Mariner #455991

Tints of Mariner #455991

Color information

#455991 (or 0x455991) is unknown color: approx Mariner. HEX triplet: 45, 59 and 91. RGB value is (69,89,145). Sum of RGB (Red+Green+Blue) = 69+89+145=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #455991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455991 is #BAA66E. Grayscale: #595959. Windows color (decimal): -12232303 or 9525573. OLE color: 9525573.

HSL color Cylindrical-coordinate representation of color #455991: hue angle of 224.21º 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 #455991 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6989145-
CMYK0.520.3900.43
HSL224.21º35.51%41.96%-
HSV(B)224.21º52.41%56.86%-
XYZ11.1410.4528.22-
YUV89.4159.37113.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=22.77%
G=29.37%
B=47.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69891450.520.3900.43224.2135.5141.96
Hex455991342702Be0242a
Octal10513122164470533404452
Binary1000101101100110010001110100100111010101111100000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455991; }

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

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

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

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

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

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

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

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