#44609F

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

Shades of Mariner #44609F

Tints of Mariner #44609F

Color information

#44609F (or 0x44609F) is unknown color: approx Mariner. HEX triplet: 44, 60 and 9F. RGB value is (68,96,159). Sum of RGB (Red+Green+Blue) = 68+96+159=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #44609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44609F is #BB9F60. Grayscale: #5E5E5E. Windows color (decimal): -12296033 or 10444868. OLE color: 10444868.

HSL color Cylindrical-coordinate representation of color #44609F: hue angle of 221.54º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44609F is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6896159-
CMYK0.570.4000.38
HSL221.54º40.09%44.51%-
HSV(B)221.54º57.23%62.35%-
XYZ12.8212.134.46-
YUV94.81164.22108.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=21.05%
G=29.72%
B=49.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68961590.570.4000.38221.5440.0944.51
Hex44609F3928026de282d
Octal10414023771500463365055
Binary1000100110000010011111111001101000010011011011110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44609F; }

 p { color: rgb(68,96,159); }

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

<style>
 a { background-color: #44609F; }

 a { background-color: rgb(68,96,159); }

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

<style>
 span { border-color: #44609F; }

 span { border-color: rgb(68,96,159); }

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