#455FA8

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

Shades of Mariner #455FA8

Tints of Mariner #455FA8

Color information

#455FA8 (or 0x455FA8) is unknown color: approx Mariner. HEX triplet: 45, 5F and A8. RGB value is (69,95,168). Sum of RGB (Red+Green+Blue) = 69+95+168=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 168 (66.02% from 255 or 50.60% from 332); Max value from RGB is 168 - color contains mainly: blue. Hex color #455FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455FA8 is #BAA057. Grayscale: #5F5F5F. Windows color (decimal): -12230744 or 11034437. OLE color: 11034437.

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

Color convert

RGB6995168-
CMYK0.590.4300.34
HSL224.24º41.77%46.47%-
HSV(B)224.24º58.93%65.88%-
XYZ13.6112.2838.7-
YUV95.55168.89109.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 168 (66.02% from 255) = 50.60%
R=20.78%
G=28.61%
B=50.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal69951680.590.4300.34224.2441.7746.47
Hex455FA83B2B022e02a2e
Octal10513725073530423405256
Binary1000101101111110101000111011101011010001011100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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