#445E92

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

Shades of Mariner #445E92

Tints of Mariner #445E92

Color information

#445E92 (or 0x445E92) is unknown color: approx Mariner. HEX triplet: 44, 5E and 92. RGB value is (68,94,146). Sum of RGB (Red+Green+Blue) = 68+94+146=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #445E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445E92 is #BBA16D. Grayscale: #5B5B5B. Windows color (decimal): -12296558 or 9592388. OLE color: 9592388.

HSL color Cylindrical-coordinate representation of color #445E92: hue angle of 220º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445E92 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6894146-
CMYK0.530.3600.43
HSL220º36.45%41.96%-
HSV(B)220º53.42%57.25%-
XYZ11.5711.3128.77-
YUV92.15158.39110.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=22.08%
G=30.52%
B=47.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68941460.530.3600.4322036.4541.96
Hex445E92352402Bdc242a
Octal10413622265440533344452
Binary1000100101111010010010110101100100010101111011100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,94,146); }

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

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

 a { background-color: rgb(68,94,146); }

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

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

 span { border-color: rgb(68,94,146); }

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