#446EAE

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

Shades of Mariner #446EAE

Tints of Mariner #446EAE

Color information

#446EAE (or 0x446EAE) is unknown color: approx Mariner. HEX triplet: 44, 6E and AE. RGB value is (68,110,174). Sum of RGB (Red+Green+Blue) = 68+110+174=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #446EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446EAE is #BB9151. Grayscale: #686868. Windows color (decimal): -12292434 or 11431492. OLE color: 11431492.

HSL color Cylindrical-coordinate representation of color #446EAE: hue angle of 216.23º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446EAE is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68110174-
CMYK0.610.3700.32
HSL216.23º43.8%47.45%-
HSV(B)216.23º60.92%68.24%-
XYZ15.615.4442.2-
YUV104.74167.09101.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=19.32%
G=31.25%
B=49.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681101740.610.3700.32216.2343.847.45
Hex446EAE3D25020d82c2f
Octal10415625675450403305457
Binary1000100110111010101110111101100101010000011011000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,110,174); }

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

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

 a { background-color: rgb(68,110,174); }

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

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

 span { border-color: rgb(68,110,174); }

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