#446DAA

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

Shades of Mariner #446DAA

Tints of Mariner #446DAA

Color information

#446DAA (or 0x446DAA) is unknown color: approx Mariner. HEX triplet: 44, 6D and AA. RGB value is (68,109,170). Sum of RGB (Red+Green+Blue) = 68+109+170=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #446DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446DAA is #BB9255. Grayscale: #676767. Windows color (decimal): -12292694 or 11169092. OLE color: 11169092.

HSL color Cylindrical-coordinate representation of color #446DAA: hue angle of 215.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #446DAA is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68109170-
CMYK0.60.3600.33
HSL215.88º42.86%46.67%-
HSV(B)215.88º60%66.67%-
XYZ15.1115.0740.14-
YUV103.7165.42102.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.60%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=19.60%
G=31.41%
B=48.99%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681091700.60.3600.33215.8842.8646.67
Hex446DAA3C24021d82b2f
Octal10415525274440413305357
Binary1000100110110110101010111100100100010000111011000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446DAA; }

 p { color: rgb(68,109,170); }

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

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

 a { background-color: rgb(68,109,170); }

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

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

 span { border-color: rgb(68,109,170); }

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