#4C666C

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

Shades of Tax Break #4C666C

Tints of Tax Break #4C666C

Color information

#4C666C (or 0x4C666C) is unknown color: approx Tax Break. HEX triplet: 4C, 66 and 6C. RGB value is (76,102,108). Sum of RGB (Red+Green+Blue) = 76+102+108=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C666C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C666C is #B39993. Grayscale: #5E5E5E. Windows color (decimal): -11770260 or 7104076. OLE color: 7104076.

HSL color Cylindrical-coordinate representation of color #4C666C: hue angle of 191.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C666C is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB76102108-
CMYK0.300.0600.58
HSL191.25º17.39%36.08%-
HSV(B)191.25º29.63%42.35%-
XYZ10.4412.1215.98-
YUV94.91135.39114.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=26.57%
G=35.66%
B=37.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal761021080.300.0600.58191.2517.3936.08
Hex4C666C1E603Abf1124
Octal1141461543660722772144
Binary1001100110011011011001111011001110101011111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,102,108); }

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

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

 a { background-color: rgb(76,102,108); }

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

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

 span { border-color: rgb(76,102,108); }

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