#445994

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

Shades of Mariner #445994

Tints of Mariner #445994

Color information

#445994 (or 0x445994) is unknown color: approx Mariner. HEX triplet: 44, 59 and 94. RGB value is (68,89,148). Sum of RGB (Red+Green+Blue) = 68+89+148=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #445994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445994 is #BBA66B. Grayscale: #595959. Windows color (decimal): -12297836 or 9722180. OLE color: 9722180.

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

Color convert

RGB6889148-
CMYK0.540.4000.42
HSL224.25º37.04%42.35%-
HSV(B)224.25º54.05%58.04%-
XYZ11.310.5129.45-
YUV89.45161.04112.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=22.30%
G=29.18%
B=48.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68891480.540.4000.42224.2537.0442.35
Hex445994362802Ae0252a
Octal10413122466500523404552
Binary1000100101100110010100110110101000010101011100000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445994; }

 p { color: rgb(68,89,148); }

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

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

 a { background-color: rgb(68,89,148); }

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

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

 span { border-color: rgb(68,89,148); }

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