#455DA8

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

Shades of Mariner #455DA8

Tints of Mariner #455DA8

Color information

#455DA8 (or 0x455DA8) is unknown color: approx Mariner. HEX triplet: 45, 5D and A8. RGB value is (69,93,168). Sum of RGB (Red+Green+Blue) = 69+93+168=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #455DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DA8 is #BAA257. Grayscale: #5E5E5E. Windows color (decimal): -12231256 or 11033925. OLE color: 11033925.

HSL color Cylindrical-coordinate representation of color #455DA8: hue angle of 225.45º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #455DA8 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6993168-
CMYK0.590.4500.34
HSL225.45º41.77%46.47%-
HSV(B)225.45º58.93%65.88%-
XYZ13.4411.9238.64-
YUV94.37169.55109.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 168 (66.02% from 255) = 50.91%
R=20.91%
G=28.18%
B=50.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal69931680.590.4500.34225.4541.7746.47
Hex455DA83B2D022e12a2e
Octal10513525073550423415256
Binary1000101101110110101000111011101101010001011100001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455DA8; }

 p { color: rgb(69,93,168); }

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

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

 a { background-color: rgb(69,93,168); }

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

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

 span { border-color: rgb(69,93,168); }

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