#445F96

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

Shades of Mariner #445F96

Tints of Mariner #445F96

Color information

#445F96 (or 0x445F96) is unknown color: approx Mariner. HEX triplet: 44, 5F and 96. RGB value is (68,95,150). Sum of RGB (Red+Green+Blue) = 68+95+150=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #445F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F96 is #BBA069. Grayscale: #5C5C5C. Windows color (decimal): -12296298 or 9854788. OLE color: 9854788.

HSL color Cylindrical-coordinate representation of color #445F96: hue angle of 220.24º 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 #445F96 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6895150-
CMYK0.550.3700.41
HSL220.24º37.61%42.75%-
HSV(B)220.24º54.67%58.82%-
XYZ11.9811.6230.46-
YUV93.2160.05110.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=21.73%
G=30.35%
B=47.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68951500.550.3700.41220.2437.6142.75
Hex445F963725029dc262b
Octal10413722667450513344653
Binary1000100101111110010110110111100101010100111011100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445F96; }

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

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

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

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

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

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

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

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