#4060A0

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

Shades of Mariner #4060A0

Tints of Mariner #4060A0

Color information

#4060A0 (or 0x4060A0) is unknown color: approx Mariner. HEX triplet: 40, 60 and A0. RGB value is (64,96,160). Sum of RGB (Red+Green+Blue) = 64+96+160=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #4060A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4060A0 is #BF9F5F. Grayscale: #5D5D5D. Windows color (decimal): -12558176 or 10510400. OLE color: 10510400.

HSL color Cylindrical-coordinate representation of color #4060A0: hue angle of 220º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4060A0 is Cyan = 0.6, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6496160-
CMYK0.60.400.37
HSL220º42.86%43.92%-
HSV(B)220º60%62.75%-
XYZ12.6411.9934.91-
YUV93.73165.4106.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 160 (62.89% from 255) = 50%
R=20%
G=30%
B=50%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64961600.60.400.3722042.8643.92
Hex4060A03C28025dc2b2c
Octal10014024074500453345354
Binary1000000110000010100000111100101000010010111011100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4060A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4060A0; }

 p { color: rgb(64,96,160); }

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

<style>
 a { background-color: #4060A0; }

 a { background-color: rgb(64,96,160); }

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

<style>
 span { border-color: #4060A0; }

 span { border-color: rgb(64,96,160); }

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