#45589A

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

Shades of Mariner #45589A

Tints of Mariner #45589A

Color information

#45589A (or 0x45589A) is unknown color: approx Mariner. HEX triplet: 45, 58 and 9A. RGB value is (69,88,154). Sum of RGB (Red+Green+Blue) = 69+88+154=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #45589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45589A is #BAA765. Grayscale: #595959. Windows color (decimal): -12232550 or 10115141. OLE color: 10115141.

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

Color convert

RGB6988154-
CMYK0.550.4300.40
HSL226.59º38.12%43.73%-
HSV(B)226.59º55.19%60.39%-
XYZ11.7810.5831.99-
YUV89.84164.21113.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 154 (60.55% from 255) = 49.52%
R=22.19%
G=28.30%
B=49.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69881540.550.4300.40226.5938.1243.73
Hex45589A372B028e3262c
Octal10513023267530503434654
Binary1000101101100010011010110111101011010100011100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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