#455F8E

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

Shades of Mariner #455F8E

Tints of Mariner #455F8E

Color information

#455F8E (or 0x455F8E) is unknown color: approx Mariner. HEX triplet: 45, 5F and 8E. RGB value is (69,95,142). Sum of RGB (Red+Green+Blue) = 69+95+142=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #455F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F8E is #BAA071. Grayscale: #5C5C5C. Windows color (decimal): -12230770 or 9330501. OLE color: 9330501.

HSL color Cylindrical-coordinate representation of color #455F8E: hue angle of 218.63º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455F8E is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6995142-
CMYK0.510.3300.44
HSL218.63º34.6%41.37%-
HSV(B)218.63º51.41%55.69%-
XYZ11.4311.427.19-
YUV92.58155.89111.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=22.55%
G=31.05%
B=46.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69951420.510.3300.44218.6334.641.37
Hex455F8E332102Cdb2329
Octal10513721663410543334351
Binary1000101101111110001110110011100001010110011011011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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