#4E6E73

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

Shades of Tax Break #4E6E73

Tints of Tax Break #4E6E73

Color information

#4E6E73 (or 0x4E6E73) is unknown color: approx Tax Break. HEX triplet: 4E, 6E and 73. RGB value is (78,110,115). Sum of RGB (Red+Green+Blue) = 78+110+115=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E6E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6E73 is #B1918C. Grayscale: #646464. Windows color (decimal): -11637133 or 7564878. OLE color: 7564878.

HSL color Cylindrical-coordinate representation of color #4E6E73: hue angle of 188.11º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E6E73 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB78110115-
CMYK0.320.0400.55
HSL188.11º19.17%37.84%-
HSV(B)188.11º32.17%45.1%-
XYZ11.8114.0118.3-
YUV101135.9111.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=25.74%
G=36.30%
B=37.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781101150.320.0400.55188.1119.1737.84
Hex4E6E73204037bc1326
Octal1161561634040672742346
Binary10011101101110111001110000010001101111011110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,110,115); }

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

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

 a { background-color: rgb(78,110,115); }

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

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

 span { border-color: rgb(78,110,115); }

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