#4C60AD

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

Shades of Mariner #4C60AD

Tints of Mariner #4C60AD

Color information

#4C60AD (or 0x4C60AD) is unknown color: approx Mariner. HEX triplet: 4C, 60 and AD. RGB value is (76,96,173). Sum of RGB (Red+Green+Blue) = 76+96+173=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C60AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C60AD is #B39F52. Grayscale: #626262. Windows color (decimal): -11771731 or 11362380. OLE color: 11362380.

HSL color Cylindrical-coordinate representation of color #4C60AD: hue angle of 227.63º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C60AD is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7696173-
CMYK0.560.4500.32
HSL227.63º38.96%48.82%-
HSV(B)227.63º56.07%67.84%-
XYZ14.7112.9241.25-
YUV98.8169.87111.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=22.03%
G=27.83%
B=50.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76961730.560.4500.32227.6338.9648.82
Hex4C60AD382D020e42731
Octal11414025570550403444761
Binary1001100110000010101101111000101101010000011100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C60AD; }

 p { color: rgb(76,96,173); }

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

<style>
 a { background-color: #4C60AD; }

 a { background-color: rgb(76,96,173); }

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

<style>
 span { border-color: #4C60AD; }

 span { border-color: rgb(76,96,173); }

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