#45609A

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

Shades of Mariner #45609A

Tints of Mariner #45609A

Color information

#45609A (or 0x45609A) is unknown color: approx Mariner. HEX triplet: 45, 60 and 9A. RGB value is (69,96,154). Sum of RGB (Red+Green+Blue) = 69+96+154=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #45609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45609A is #BA9F65. Grayscale: #5E5E5E. Windows color (decimal): -12230502 or 10117189. OLE color: 10117189.

HSL color Cylindrical-coordinate representation of color #45609A: hue angle of 220.94º 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 #45609A is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6996154-
CMYK0.550.3800.40
HSL220.94º38.12%43.73%-
HSV(B)220.94º55.19%60.39%-
XYZ12.4711.9632.22-
YUV94.54161.55109.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=21.63%
G=30.09%
B=48.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69961540.550.3800.40220.9438.1243.73
Hex45609A3726028dd262c
Octal10514023267460503354654
Binary1000101110000010011010110111100110010100011011101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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