#446291

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

Shades of Mariner #446291

Tints of Mariner #446291

Color information

#446291 (or 0x446291) is unknown color: approx Mariner. HEX triplet: 44, 62 and 91. RGB value is (68,98,145). Sum of RGB (Red+Green+Blue) = 68+98+145=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #446291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446291 is #BB9D6E. Grayscale: #5E5E5E. Windows color (decimal): -12295535 or 9527876. OLE color: 9527876.

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

Color convert

RGB6898145-
CMYK0.530.3200.43
HSL216.62º36.15%41.76%-
HSV(B)216.62º53.1%56.86%-
XYZ11.8612.0128.48-
YUV94.39156.56109.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=21.86%
G=31.51%
B=46.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68981450.530.3200.43216.6236.1541.76
Hex446291352002Bd9242a
Octal10414222165400533314452
Binary1000100110001010010001110101100000010101111011001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446291; }

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

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

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

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

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

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

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

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