#4C5556

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

Shades of Mako #4C5556

Tints of Mako #4C5556

Color information

#4C5556 (or 0x4C5556) is unknown color: approx Mako. HEX triplet: 4C, 55 and 56. RGB value is (76,85,86). Sum of RGB (Red+Green+Blue) = 76+85+86=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 86 - color contains mainly: blue. Hex color #4C5556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5556 is #B3AAA9. Grayscale: #525252. Windows color (decimal): -11774634 or 5657932. OLE color: 5657932.

HSL color Cylindrical-coordinate representation of color #4C5556: hue angle of 186º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4C5556 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB768586-
CMYK0.120.0100.66
HSL186º6.17%31.76%-
HSV(B)186º11.63%33.73%-
XYZ7.918.7110.07-
YUV82.42130.02123.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=30.77%
G=34.41%
B=34.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7685860.120.0100.661866.1731.76
Hex4C5556C1042ba620
Octal1141251261410102272640
Binary100110010101011010110110010100001010111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,86); }

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

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

 a { background-color: rgb(76,85,86); }

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

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

 span { border-color: rgb(76,85,86); }

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