#45589B

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

Shades of Mariner #45589B

Tints of Mariner #45589B

Color information

#45589B (or 0x45589B) is unknown color: approx Mariner. HEX triplet: 45, 58 and 9B. RGB value is (69,88,155). Sum of RGB (Red+Green+Blue) = 69+88+155=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #45589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45589B is #BAA764. Grayscale: #595959. Windows color (decimal): -12232549 or 10180677. OLE color: 10180677.

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

Color convert

RGB6988155-
CMYK0.550.4300.39
HSL226.74º38.39%43.92%-
HSV(B)226.74º55.48%60.78%-
XYZ11.8610.6132.43-
YUV89.96164.71113.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=22.12%
G=28.21%
B=49.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69881550.550.4300.39226.7438.3943.92
Hex45589B372B027e3262c
Octal10513023367530473434654
Binary1000101101100010011011110111101011010011111100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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