#455EA8

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

Shades of Mariner #455EA8

Tints of Mariner #455EA8

Color information

#455EA8 (or 0x455EA8) is unknown color: approx Mariner. HEX triplet: 45, 5E and A8. RGB value is (69,94,168). Sum of RGB (Red+Green+Blue) = 69+94+168=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #455EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455EA8 is #BAA157. Grayscale: #5E5E5E. Windows color (decimal): -12231000 or 11034181. OLE color: 11034181.

HSL color Cylindrical-coordinate representation of color #455EA8: hue angle of 224.85º 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 #455EA8 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6994168-
CMYK0.590.4400.34
HSL224.85º41.77%46.47%-
HSV(B)224.85º58.93%65.88%-
XYZ13.5212.138.67-
YUV94.96169.22109.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 168 (66.02% from 255) = 50.76%
R=20.85%
G=28.40%
B=50.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal69941680.590.4400.34224.8541.7746.47
Hex455EA83B2C022e12a2e
Octal10513625073540423415256
Binary1000101101111010101000111011101100010001011100001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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