#45609E

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

Shades of Mariner #45609E

Tints of Mariner #45609E

Color information

#45609E (or 0x45609E) is unknown color: approx Mariner. HEX triplet: 45, 60 and 9E. RGB value is (69,96,158). Sum of RGB (Red+Green+Blue) = 69+96+158=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #45609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45609E is #BA9F61. Grayscale: #5E5E5E. Windows color (decimal): -12230498 or 10379333. OLE color: 10379333.

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

Color convert

RGB6996158-
CMYK0.560.3900.38
HSL221.8º39.21%44.51%-
HSV(B)221.8º56.33%61.96%-
XYZ12.8112.134.01-
YUV95163.55109.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=21.36%
G=29.72%
B=48.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69961580.560.3900.38221.839.2144.51
Hex45609E3827026de272d
Octal10514023670470463364755
Binary1000101110000010011110111000100111010011011011110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45609E; }

 p { color: rgb(69,96,158); }

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

<style>
 a { background-color: #45609E; }

 a { background-color: rgb(69,96,158); }

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

<style>
 span { border-color: #45609E; }

 span { border-color: rgb(69,96,158); }

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