#446CA6

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

Shades of Mariner #446CA6

Tints of Mariner #446CA6

Color information

#446CA6 (or 0x446CA6) is unknown color: approx Mariner. HEX triplet: 44, 6C and A6. RGB value is (68,108,166). Sum of RGB (Red+Green+Blue) = 68+108+166=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #446CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446CA6 is #BB9359. Grayscale: #666666. Windows color (decimal): -12292954 or 10906692. OLE color: 10906692.

HSL color Cylindrical-coordinate representation of color #446CA6: hue angle of 215.51º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #446CA6 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB68108166-
CMYK0.590.3500.35
HSL215.51º41.88%45.88%-
HSV(B)215.51º59.04%65.1%-
XYZ14.6314.7138.14-
YUV102.65163.75103.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 166 (65.23% from 255) = 48.54%
R=19.88%
G=31.58%
B=48.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681081660.590.3500.35215.5141.8845.88
Hex446CA63B23023d82a2e
Octal10415424673430433305256
Binary1000100110110010100110111011100011010001111011000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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