#446496

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

Shades of Mariner #446496

Tints of Mariner #446496

Color information

#446496 (or 0x446496) is unknown color: approx Mariner. HEX triplet: 44, 64 and 96. RGB value is (68,100,150). Sum of RGB (Red+Green+Blue) = 68+100+150=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #446496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446496 is #BB9B69. Grayscale: #5F5F5F. Windows color (decimal): -12295018 or 9856068. OLE color: 9856068.

HSL color Cylindrical-coordinate representation of color #446496: hue angle of 216.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #446496 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB68100150-
CMYK0.550.3300.41
HSL216.59º37.61%42.75%-
HSV(B)216.59º54.67%58.82%-
XYZ12.4512.5530.62-
YUV96.13158.4107.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=21.38%
G=31.45%
B=47.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681001500.550.3300.41216.5937.6142.75
Hex4464963721029d9262b
Octal10414422667410513314653
Binary1000100110010010010110110111100001010100111011001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446496; }

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

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

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

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

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

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

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

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