#455B9D

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

Shades of Mariner #455B9D

Tints of Mariner #455B9D

Color information

#455B9D (or 0x455B9D) is unknown color: approx Mariner. HEX triplet: 45, 5B and 9D. RGB value is (69,91,157). Sum of RGB (Red+Green+Blue) = 69+91+157=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #455B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455B9D is #BAA462. Grayscale: #5B5B5B. Windows color (decimal): -12231779 or 10312517. OLE color: 10312517.

HSL color Cylindrical-coordinate representation of color #455B9D: hue angle of 225º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455B9D is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6991157-
CMYK0.560.4200.38
HSL225º38.94%44.31%-
HSV(B)225º56.05%61.57%-
XYZ12.2811.1833.41-
YUV91.95164.71111.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 157 (61.72% from 255) = 49.53%
R=21.77%
G=28.71%
B=49.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69911570.560.4200.3822538.9444.31
Hex455B9D382A026e1272c
Octal10513323570520463414754
Binary1000101101101110011101111000101010010011011100001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,91,157); }

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

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

 a { background-color: rgb(69,91,157); }

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

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

 span { border-color: rgb(69,91,157); }

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