#446CAA

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

Shades of Mariner #446CAA

Tints of Mariner #446CAA

Color information

#446CAA (or 0x446CAA) is unknown color: approx Mariner. HEX triplet: 44, 6C and AA. RGB value is (68,108,170). Sum of RGB (Red+Green+Blue) = 68+108+170=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #446CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446CAA is #BB9355. Grayscale: #666666. Windows color (decimal): -12292950 or 11168836. OLE color: 11168836.

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

Color convert

RGB68108170-
CMYK0.60.3600.33
HSL216.47º42.86%46.67%-
HSV(B)216.47º60%66.67%-
XYZ1514.8640.11-
YUV103.11165.75102.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=19.65%
G=31.21%
B=49.13%

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
Decimal681081700.60.3600.33216.4742.8646.67
Hex446CAA3C24021d82b2f
Octal10415425274440413305357
Binary1000100110110010101010111100100100010000111011000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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