#44609E

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

Shades of Mariner #44609E

Tints of Mariner #44609E

Color information

#44609E (or 0x44609E) is unknown color: approx Mariner. HEX triplet: 44, 60 and 9E. RGB value is (68,96,158). Sum of RGB (Red+Green+Blue) = 68+96+158=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #44609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44609E is #BB9F61. Grayscale: #5E5E5E. Windows color (decimal): -12296034 or 10379332. OLE color: 10379332.

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

Color convert

RGB6896158-
CMYK0.570.3900.38
HSL221.33º39.82%44.31%-
HSV(B)221.33º56.96%61.96%-
XYZ12.7412.0634-
YUV94.7163.72108.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=21.12%
G=29.81%
B=49.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68961580.570.3900.38221.3339.8244.31
Hex44609E3927026dd282c
Octal10414023671470463355054
Binary1000100110000010011110111001100111010011011011101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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