#4E696D

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

Shades of Tax Break #4E696D

Tints of Tax Break #4E696D

Color information

#4E696D (or 0x4E696D) is unknown color: approx Tax Break. HEX triplet: 4E, 69 and 6D. RGB value is (78,105,109). Sum of RGB (Red+Green+Blue) = 78+105+109=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E696D is #B19692. Grayscale: #616161. Windows color (decimal): -11638419 or 7170382. OLE color: 7170382.

HSL color Cylindrical-coordinate representation of color #4E696D: hue angle of 187.74º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E696D is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB78105109-
CMYK0.280.0400.57
HSL187.74º16.58%36.67%-
HSV(B)187.74º28.44%42.75%-
XYZ10.9512.8316.37-
YUV97.38134.55114.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.71%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=26.71%
G=35.96%
B=37.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal781051090.280.0400.57187.7416.5836.67
Hex4E696D1C4039bc1125
Octal1161511553440712742145
Binary1001110110100111011011110010001110011011110010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,105,109); }

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

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

 a { background-color: rgb(78,105,109); }

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

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

 span { border-color: rgb(78,105,109); }

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