#455893

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

Shades of Mariner #455893

Tints of Mariner #455893

Color information

#455893 (or 0x455893) is unknown color: approx Mariner. HEX triplet: 45, 58 and 93. RGB value is (69,88,147). Sum of RGB (Red+Green+Blue) = 69+88+147=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #455893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455893 is #BAA76C. Grayscale: #585858. Windows color (decimal): -12232557 or 9656389. OLE color: 9656389.

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

Color convert

RGB6988147-
CMYK0.530.4000.42
HSL225.38º36.11%42.35%-
HSV(B)225.38º53.06%57.65%-
XYZ11.2110.3529.01-
YUV89.04160.71113.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=22.70%
G=28.95%
B=48.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69881470.530.4000.42225.3836.1142.35
Hex455893352802Ae1242a
Octal10513022365500523414452
Binary1000101101100010010011110101101000010101011100001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455893; }

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

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

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

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

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

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

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

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