#445696

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

Shades of Mariner #445696

Tints of Mariner #445696

Color information

#445696 (or 0x445696) is unknown color: approx Mariner. HEX triplet: 44, 56 and 96. RGB value is (68,86,150). Sum of RGB (Red+Green+Blue) = 68+86+150=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #445696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445696 is #BBA969. Grayscale: #575757. Windows color (decimal): -12298602 or 9852484. OLE color: 9852484.

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

Color convert

RGB6886150-
CMYK0.550.4300.41
HSL226.83º37.61%42.75%-
HSV(B)226.83º54.67%58.82%-
XYZ11.2210.0930.21-
YUV87.91163.04113.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=22.37%
G=28.29%
B=49.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68861500.550.4300.41226.8337.6142.75
Hex445696372B029e3262b
Octal10412622667530513434653
Binary1000100101011010010110110111101011010100111100011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445696; }

 p { color: rgb(68,86,150); }

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

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

 a { background-color: rgb(68,86,150); }

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

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

 span { border-color: rgb(68,86,150); }

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