#4C6A69

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

Shades of Tax Break #4C6A69

Tints of Tax Break #4C6A69

Color information

#4C6A69 (or 0x4C6A69) is unknown color: approx Tax Break. HEX triplet: 4C, 6A and 69. RGB value is (76,106,105). Sum of RGB (Red+Green+Blue) = 76+106+105=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6A69 is #B39596. Grayscale: #606060. Windows color (decimal): -11769239 or 6908492. OLE color: 6908492.

HSL color Cylindrical-coordinate representation of color #4C6A69: hue angle of 178º 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 #4C6A69 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB76106105-
CMYK0.2800.010.58
HSL178º16.48%35.69%-
HSV(B)178º28.3%41.57%-
XYZ10.6812.8615.28-
YUV96.92132.56113.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=26.48%
G=36.93%
B=36.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal761061050.2800.010.5817816.4835.69
Hex4C6A691C013Ab21024
Octal1141521513401722622044
Binary10011001101010110100111100011110101011001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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