#4460a6

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

Shades of Mariner #4460A6

Tints of Mariner #4460A6

Color information

#4460A6 (or 0x4460A6) is unknown color: approx Mariner. HEX triplet: 44, 60 and A6. RGB value is (68,96,166). Sum of RGB (Red+Green+Blue) = 68+96+166=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #4460A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4460A6 is #BB9F59. Grayscale: #5F5F5F. Windows color (decimal): -12296026 or 10903620. OLE color: 10903620.

HSL color Cylindrical-coordinate representation of color #4460A6: hue angle of 222.86º 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 #4460A6 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6896166-
CMYK0.590.4200.35
HSL222.86º41.88%45.88%-
HSV(B)222.86º59.04%65.1%-
XYZ13.4512.3537.75-
YUV95.61167.72108.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 166 (65.23% from 255) = 50.30%
R=20.61%
G=29.09%
B=50.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68961660.590.4200.35222.8641.8845.88
Hex4460A63B2A023df2a2e
Octal10414024673520433375256
Binary1000100110000010100110111011101010010001111011111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4460a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4460a6; }

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

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

<style>
 a { background-color: #4460a6; }

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

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

<style>
 span { border-color: #4460a6; }

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

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