#446096

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

Shades of Mariner #446096

Tints of Mariner #446096

Color information

#446096 (or 0x446096) is unknown color: approx Mariner. HEX triplet: 44, 60 and 96. RGB value is (68,96,150). Sum of RGB (Red+Green+Blue) = 68+96+150=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #446096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446096 is #BB9F69. Grayscale: #5D5D5D. Windows color (decimal): -12296042 or 9855044. OLE color: 9855044.

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

Color convert

RGB6896150-
CMYK0.550.3600.41
HSL219.51º37.61%42.75%-
HSV(B)219.51º54.67%58.82%-
XYZ12.0711.830.49-
YUV93.78159.72109.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=21.66%
G=30.57%
B=47.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68961500.550.3600.41219.5137.6142.75
Hex4460963724029dc262b
Octal10414022667440513344653
Binary1000100110000010010110110111100100010100111011100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446096; }

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

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

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

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

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

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

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

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