#455D8D

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

Shades of Mariner #455D8D

Tints of Mariner #455D8D

Color information

#455D8D (or 0x455D8D) is unknown color: approx Mariner. HEX triplet: 45, 5D and 8D. RGB value is (69,93,141). Sum of RGB (Red+Green+Blue) = 69+93+141=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #455D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455D8D is #BAA272. Grayscale: #5B5B5B. Windows color (decimal): -12231283 or 9264453. OLE color: 9264453.

HSL color Cylindrical-coordinate representation of color #455D8D: hue angle of 220º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455D8D is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6993141-
CMYK0.510.3400.45
HSL220º34.29%41.18%-
HSV(B)220º51.06%55.29%-
XYZ11.1811.0226.74-
YUV91.3156.05112.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 93 (36.72% from 255) = 30.69%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=22.77%
G=30.69%
B=46.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69931410.510.3400.4522034.2941.18
Hex455D8D332202Ddc2229
Octal10513521563420553344251
Binary1000101101110110001101110011100010010110111011100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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