#4D6467

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

Shades of Tax Break #4D6467

Tints of Tax Break #4D6467

Color information

#4D6467 (or 0x4D6467) is unknown color: approx Tax Break. HEX triplet: 4D, 64 and 67. RGB value is (77,100,103). Sum of RGB (Red+Green+Blue) = 77+100+103=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D6467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6467 is #B29B98. Grayscale: #5D5D5D. Windows color (decimal): -11705241 or 6775885. OLE color: 6775885.

HSL color Cylindrical-coordinate representation of color #4D6467: hue angle of 186.92º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D6467 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB77100103-
CMYK0.250.0300.60
HSL186.92º14.44%35.29%-
HSV(B)186.92º25.24%40.39%-
XYZ10.0711.6714.55-
YUV93.46133.38116.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.5%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=27.5%
G=35.71%
B=36.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal771001030.250.0300.60186.9214.4435.29
Hex4D646719303Cbbe23
Octal1151441473130742731643
Binary10011011100100110011111001110111100101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,100,103); }

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

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

 a { background-color: rgb(77,100,103); }

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

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

 span { border-color: rgb(77,100,103); }

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