#446396

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

Shades of Mariner #446396

Tints of Mariner #446396

Color information

#446396 (or 0x446396) is unknown color: approx Mariner. HEX triplet: 44, 63 and 96. RGB value is (68,99,150). Sum of RGB (Red+Green+Blue) = 68+99+150=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #446396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446396 is #BB9C69. Grayscale: #5F5F5F. Windows color (decimal): -12295274 or 9855812. OLE color: 9855812.

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

Color convert

RGB6899150-
CMYK0.550.3400.41
HSL217.32º37.61%42.75%-
HSV(B)217.32º54.67%58.82%-
XYZ12.3512.3530.59-
YUV95.54158.73108.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=21.45%
G=31.23%
B=47.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68991500.550.3400.41217.3237.6142.75
Hex4463963722029d9262b
Octal10414322667420513314653
Binary1000100110001110010110110111100010010100111011001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446396; }

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

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

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

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

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

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

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

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