#445D95

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

Shades of Mariner #445D95

Tints of Mariner #445D95

Color information

#445D95 (or 0x445D95) is unknown color: approx Mariner. HEX triplet: 44, 5D and 95. RGB value is (68,93,149). Sum of RGB (Red+Green+Blue) = 68+93+149=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #445D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D95 is #BBA26A. Grayscale: #5B5B5B. Windows color (decimal): -12296811 or 9788740. OLE color: 9788740.

HSL color Cylindrical-coordinate representation of color #445D95: hue angle of 221.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #445D95 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6893149-
CMYK0.540.3800.42
HSL221.48º37.33%42.55%-
HSV(B)221.48º54.36%58.43%-
XYZ11.7211.2329.98-
YUV91.91160.22110.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=21.94%
G=30%
B=48.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68931490.540.3800.42221.4837.3342.55
Hex445D95362602Add252b
Octal10413522566460523354553
Binary1000100101110110010101110110100110010101011011101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,149); }

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

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

 a { background-color: rgb(68,93,149); }

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

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

 span { border-color: rgb(68,93,149); }

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