#446191

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

Shades of Mariner #446191

Tints of Mariner #446191

Color information

#446191 (or 0x446191) is unknown color: approx Mariner. HEX triplet: 44, 61 and 91. RGB value is (68,97,145). Sum of RGB (Red+Green+Blue) = 68+97+145=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #446191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446191 is #BB9E6E. Grayscale: #5D5D5D. Windows color (decimal): -12295791 or 9527620. OLE color: 9527620.

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

Color convert

RGB6897145-
CMYK0.530.3300.43
HSL217.4º36.15%41.76%-
HSV(B)217.4º53.1%56.86%-
XYZ11.7711.8228.45-
YUV93.8156.89109.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=21.94%
G=31.29%
B=46.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68971450.530.3300.43217.436.1541.76
Hex446191352102Bd9242a
Octal10414122165410533314452
Binary1000100110000110010001110101100001010101111011001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446191; }

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

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

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

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

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

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

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

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