#446097

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

Shades of Mariner #446097

Tints of Mariner #446097

Color information

#446097 (or 0x446097) is unknown color: approx Mariner. HEX triplet: 44, 60 and 97. RGB value is (68,96,151). Sum of RGB (Red+Green+Blue) = 68+96+151=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #446097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446097 is #BB9F68. Grayscale: #5D5D5D. Windows color (decimal): -12296041 or 9920580. OLE color: 9920580.

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

Color convert

RGB6896151-
CMYK0.550.3600.41
HSL219.76º37.9%42.94%-
HSV(B)219.76º54.97%59.22%-
XYZ12.1511.8330.92-
YUV93.9160.22109.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=21.59%
G=30.48%
B=47.94%

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
Decimal68961510.550.3600.41219.7637.942.94
Hex4460973724029dc262b
Octal10414022767440513344653
Binary1000100110000010010111110111100100010100111011100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446097; }

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

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

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

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

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

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

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

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