#4E696B

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

Shades of Tax Break #4E696B

Tints of Tax Break #4E696B

Color information

#4E696B (or 0x4E696B) is unknown color: approx Tax Break. HEX triplet: 4E, 69 and 6B. RGB value is (78,105,107). Sum of RGB (Red+Green+Blue) = 78+105+107=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E696B is #B19694. Grayscale: #616161. Windows color (decimal): -11638421 or 7039310. OLE color: 7039310.

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

Color convert

RGB78105107-
CMYK0.270.0200.58
HSL184.14º15.68%36.27%-
HSV(B)184.14º27.1%41.96%-
XYZ10.8512.7815.81-
YUV97.16133.55114.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.90%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=26.90%
G=36.21%
B=36.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal781051070.270.0200.58184.1415.6836.27
Hex4E696B1B203Ab81024
Octal1161511533320722702044
Binary100111011010011101011110111001110101011100010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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