#45589C

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

Shades of Mariner #45589C

Tints of Mariner #45589C

Color information

#45589C (or 0x45589C) is unknown color: approx Mariner. HEX triplet: 45, 58 and 9C. RGB value is (69,88,156). Sum of RGB (Red+Green+Blue) = 69+88+156=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #45589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45589C is #BAA763. Grayscale: #595959. Windows color (decimal): -12232548 or 10246213. OLE color: 10246213.

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

Color convert

RGB6988156-
CMYK0.560.4400.39
HSL226.9º38.67%44.12%-
HSV(B)226.9º55.77%61.18%-
XYZ11.9410.6432.88-
YUV90.07165.21112.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 156 (61.33% from 255) = 49.84%
R=22.04%
G=28.12%
B=49.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69881560.560.4400.39226.938.6744.12
Hex45589C382C027e3272c
Octal10513023470540473434754
Binary1000101101100010011100111000101100010011111100011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45589C; }

 p { color: rgb(69,88,156); }

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

<style>
 a { background-color: #45589C; }

 a { background-color: rgb(69,88,156); }

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

<style>
 span { border-color: #45589C; }

 span { border-color: rgb(69,88,156); }

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