#4D696E

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

Shades of Tax Break #4D696E

Tints of Tax Break #4D696E

Color information

#4D696E (or 0x4D696E) is unknown color: approx Tax Break. HEX triplet: 4D, 69 and 6E. RGB value is (77,105,110). Sum of RGB (Red+Green+Blue) = 77+105+110=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D696E is #B29691. Grayscale: #616161. Windows color (decimal): -11703954 or 7235917. OLE color: 7235917.

HSL color Cylindrical-coordinate representation of color #4D696E: hue angle of 189.09º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D696E is Cyan = 0.3, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB77105110-
CMYK0.30.0500.57
HSL189.09º17.65%36.67%-
HSV(B)189.09º30%43.14%-
XYZ10.9312.8116.65-
YUV97.2135.22113.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.37%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=26.37%
G=35.96%
B=37.67%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal771051100.30.0500.57189.0917.6536.67
Hex4D696E1E5039bd1225
Octal1151511563650712752245
Binary1001101110100111011101111010101110011011110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,105,110); }

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

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

 a { background-color: rgb(77,105,110); }

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

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

 span { border-color: rgb(77,105,110); }

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