#446491

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

Shades of Mariner #446491

Tints of Mariner #446491

Color information

#446491 (or 0x446491) is unknown color: approx Mariner. HEX triplet: 44, 64 and 91. RGB value is (68,100,145). Sum of RGB (Red+Green+Blue) = 68+100+145=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #446491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446491 is #BB9B6E. Grayscale: #5F5F5F. Windows color (decimal): -12295023 or 9528388. OLE color: 9528388.

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

Color convert

RGB68100145-
CMYK0.530.3100.43
HSL215.06º36.15%41.76%-
HSV(B)215.06º53.1%56.86%-
XYZ12.0512.3928.54-
YUV95.56155.9108.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=21.73%
G=31.95%
B=46.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681001450.530.3100.43215.0636.1541.76
Hex446491351F02Bd7242a
Octal10414422165370533274452
Binary100010011001001001000111010111111010101111010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446491; }

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

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

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

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

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

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

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

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