#4C666A

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

Shades of Tax Break #4C666A

Tints of Tax Break #4C666A

Color information

#4C666A (or 0x4C666A) is unknown color: approx Tax Break. HEX triplet: 4C, 66 and 6A. RGB value is (76,102,106). Sum of RGB (Red+Green+Blue) = 76+102+106=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C666A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C666A is #B39995. Grayscale: #5E5E5E. Windows color (decimal): -11770262 or 6973004. OLE color: 6973004.

HSL color Cylindrical-coordinate representation of color #4C666A: hue angle of 188º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C666A is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB76102106-
CMYK0.280.0400.58
HSL188º16.48%35.69%-
HSV(B)188º28.3%41.57%-
XYZ10.3312.0815.42-
YUV94.68134.39114.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.76%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=26.76%
G=35.92%
B=37.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal761021060.280.0400.5818816.4835.69
Hex4C666A1C403Abc1024
Octal1141461523440722742044
Binary1001100110011011010101110010001110101011110010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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