#4E6F73

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

Shades of Tax Break #4E6F73

Tints of Tax Break #4E6F73

Color information

#4E6F73 (or 0x4E6F73) is unknown color: approx Tax Break. HEX triplet: 4E, 6F and 73. RGB value is (78,111,115). Sum of RGB (Red+Green+Blue) = 78+111+115=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E6F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F73 is #B1908C. Grayscale: #656565. Windows color (decimal): -11636877 or 7565134. OLE color: 7565134.

HSL color Cylindrical-coordinate representation of color #4E6F73: hue angle of 186.49º 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 #4E6F73 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB78111115-
CMYK0.320.0300.55
HSL186.49º19.17%37.84%-
HSV(B)186.49º32.17%45.1%-
XYZ11.9214.2318.34-
YUV101.59135.57111.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.66%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=25.66%
G=36.51%
B=37.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781111150.320.0300.55186.4919.1737.84
Hex4E6F73203037ba1326
Octal1161571634030672722346
Binary1001110110111111100111000001101101111011101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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