#446192

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

Shades of Mariner #446192

Tints of Mariner #446192

Color information

#446192 (or 0x446192) is unknown color: approx Mariner. HEX triplet: 44, 61 and 92. RGB value is (68,97,146). Sum of RGB (Red+Green+Blue) = 68+97+146=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #446192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446192 is #BB9E6D. Grayscale: #5D5D5D. Windows color (decimal): -12295790 or 9593156. OLE color: 9593156.

HSL color Cylindrical-coordinate representation of color #446192: hue angle of 217.69º 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 #446192 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6897146-
CMYK0.530.3400.43
HSL217.69º36.45%41.96%-
HSV(B)217.69º53.42%57.25%-
XYZ11.8511.8528.86-
YUV93.92157.39109.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=21.86%
G=31.19%
B=46.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68971460.530.3400.43217.6936.4541.96
Hex446192352202Bda242a
Octal10414122265420533324452
Binary1000100110000110010010110101100010010101111011010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446192; }

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

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

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

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

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

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

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

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