#4C6365

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

Shades of Tax Break #4C6365

Tints of Tax Break #4C6365

Color information

#4C6365 (or 0x4C6365) is unknown color: approx Tax Break. HEX triplet: 4C, 63 and 65. RGB value is (76,99,101). Sum of RGB (Red+Green+Blue) = 76+99+101=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C6365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6365 is #B39C9A. Grayscale: #5C5C5C. Windows color (decimal): -11771035 or 6644556. OLE color: 6644556.

HSL color Cylindrical-coordinate representation of color #4C6365: hue angle of 184.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6365 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7699101-
CMYK0.250.0200.60
HSL184.8º14.12%34.71%-
HSV(B)184.8º24.75%39.61%-
XYZ9.7911.414-
YUV92.35132.88116.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.54%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=27.54%
G=35.87%
B=36.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76991010.250.0200.60184.814.1234.71
Hex4C636519203Cb9e23
Octal1141431453120742711643
Binary10011001100011110010111001100111100101110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,99,101); }

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

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

 a { background-color: rgb(76,99,101); }

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

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

 span { border-color: rgb(76,99,101); }

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