#455993

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

Shades of Mariner #455993

Tints of Mariner #455993

Color information

#455993 (or 0x455993) is unknown color: approx Mariner. HEX triplet: 45, 59 and 93. RGB value is (69,89,147). Sum of RGB (Red+Green+Blue) = 69+89+147=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #455993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455993 is #BAA66C. Grayscale: #595959. Windows color (decimal): -12232301 or 9656645. OLE color: 9656645.

HSL color Cylindrical-coordinate representation of color #455993: hue angle of 224.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455993 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6989147-
CMYK0.530.3900.42
HSL224.62º36.11%42.35%-
HSV(B)224.62º53.06%57.65%-
XYZ11.2910.5229.04-
YUV89.63160.37113.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=22.62%
G=29.18%
B=48.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69891470.530.3900.42224.6236.1142.35
Hex455993352702Ae1242a
Octal10513122365470523414452
Binary1000101101100110010011110101100111010101011100001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455993; }

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

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

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

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

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

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

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

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