#4E676B

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

Shades of Tax Break #4E676B

Tints of Tax Break #4E676B

Color information

#4E676B (or 0x4E676B) is unknown color: approx Tax Break. HEX triplet: 4E, 67 and 6B. RGB value is (78,103,107). Sum of RGB (Red+Green+Blue) = 78+103+107=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E676B is #B19894. Grayscale: #5F5F5F. Windows color (decimal): -11638933 or 7038798. OLE color: 7038798.

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

Color convert

RGB78103107-
CMYK0.270.0400.58
HSL188.28º15.68%36.27%-
HSV(B)188.28º27.1%41.96%-
XYZ10.6512.3815.74-
YUV95.98134.22115.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=27.08%
G=35.76%
B=37.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal781031070.270.0400.58188.2815.6836.27
Hex4E676B1B403Abc1024
Octal1161471533340722742044
Binary1001110110011111010111101110001110101011110010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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