#4C666B

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

Shades of Tax Break #4C666B

Tints of Tax Break #4C666B

Color information

#4C666B (or 0x4C666B) is unknown color: approx Tax Break. HEX triplet: 4C, 66 and 6B. RGB value is (76,102,107). Sum of RGB (Red+Green+Blue) = 76+102+107=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C666B is #B39994. Grayscale: #5E5E5E. Windows color (decimal): -11770261 or 7038540. OLE color: 7038540.

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

Color convert

RGB76102107-
CMYK0.290.0500.58
HSL189.68º16.94%35.88%-
HSV(B)189.68º28.97%41.96%-
XYZ10.3912.115.7-
YUV94.8134.89114.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=26.67%
G=35.79%
B=37.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal761021070.290.0500.58189.6816.9435.88
Hex4C666B1D503Abe1124
Octal1141461533550722762144
Binary1001100110011011010111110110101110101011111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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