#446696

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

Shades of Mariner #446696

Tints of Mariner #446696

Color information

#446696 (or 0x446696) is unknown color: approx Mariner. HEX triplet: 44, 66 and 96. RGB value is (68,102,150). Sum of RGB (Red+Green+Blue) = 68+102+150=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #446696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446696 is #BB9969. Grayscale: #616161. Windows color (decimal): -12294506 or 9856580. OLE color: 9856580.

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

Color convert

RGB68102150-
CMYK0.550.3200.41
HSL215.12º37.61%42.75%-
HSV(B)215.12º54.67%58.82%-
XYZ12.6412.9330.68-
YUV97.31157.74107.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.25%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 150 (58.98% from 255) = 46.88%
R=21.25%
G=31.88%
B=46.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681021500.550.3200.41215.1237.6142.75
Hex4466963720029d7262b
Octal10414622667400513274653
Binary1000100110011010010110110111100000010100111010111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446696; }

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

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

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

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

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

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

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

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