#4460AB

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

Shades of Mariner #4460AB

Tints of Mariner #4460AB

Color information

#4460AB (or 0x4460AB) is unknown color: approx Mariner. HEX triplet: 44, 60 and AB. RGB value is (68,96,171). Sum of RGB (Red+Green+Blue) = 68+96+171=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #4460AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4460AB is #BB9F54. Grayscale: #5F5F5F. Windows color (decimal): -12296021 or 11231300. OLE color: 11231300.

HSL color Cylindrical-coordinate representation of color #4460AB: hue angle of 223.69º 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 #4460AB is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6896171-
CMYK0.600.4400.33
HSL223.69º43.1%46.86%-
HSV(B)223.69º60.23%67.06%-
XYZ13.9212.5340.21-
YUV96.18170.22107.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=20.30%
G=28.66%
B=51.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68961710.600.4400.33223.6943.146.86
Hex4460AB3C2C021e02b2f
Octal10414025374540413405357
Binary1000100110000010101011111100101100010000111100000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4460AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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