#446596

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

Shades of Mariner #446596

Tints of Mariner #446596

Color information

#446596 (or 0x446596) is unknown color: approx Mariner. HEX triplet: 44, 65 and 96. RGB value is (68,101,150). Sum of RGB (Red+Green+Blue) = 68+101+150=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #446596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446596 is #BB9A69. Grayscale: #606060. Windows color (decimal): -12294762 or 9856324. OLE color: 9856324.

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

Color convert

RGB68101150-
CMYK0.550.3300.41
HSL215.85º37.61%42.75%-
HSV(B)215.85º54.67%58.82%-
XYZ12.5412.7430.65-
YUV96.72158.07107.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=21.32%
G=31.66%
B=47.02%

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
Decimal681011500.550.3300.41215.8537.6142.75
Hex4465963721029d8262b
Octal10414522667410513304653
Binary1000100110010110010110110111100001010100111011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446596; }

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

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

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

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

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

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

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

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