#446EAA

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

Shades of Mariner #446EAA

Tints of Mariner #446EAA

Color information

#446EAA (or 0x446EAA) is unknown color: approx Mariner. HEX triplet: 44, 6E and AA. RGB value is (68,110,170). Sum of RGB (Red+Green+Blue) = 68+110+170=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #446EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446EAA is #BB9155. Grayscale: #676767. Windows color (decimal): -12292438 or 11169348. OLE color: 11169348.

HSL color Cylindrical-coordinate representation of color #446EAA: hue angle of 215.29º 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 #446EAA is Cyan = 0.6, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68110170-
CMYK0.60.3500.33
HSL215.29º42.86%46.67%-
HSV(B)215.29º60%66.67%-
XYZ15.2215.2840.18-
YUV104.28165.09102.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=19.54%
G=31.61%
B=48.85%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681101700.60.3500.33215.2942.8646.67
Hex446EAA3C23021d72b2f
Octal10415625274430413275357
Binary1000100110111010101010111100100011010000111010111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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