#4D5F4B

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

Shades of Nandor #4D5F4B

Tints of Nandor #4D5F4B

Color information

#4D5F4B (or 0x4D5F4B) is unknown color: approx Nandor. HEX triplet: 4D, 5F and 4B. RGB value is (77,95,75). Sum of RGB (Red+Green+Blue) = 77+95+75=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5F4B is #B2A0B4. Grayscale: #575757. Windows color (decimal): -11706549 or 4939597. OLE color: 4939597.

HSL color Cylindrical-coordinate representation of color #4D5F4B: hue angle of 114º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5F4B is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB779575-
CMYK0.1900.210.63
HSL114º11.76%33.33%-
HSV(B)114º21.05%37.25%-
XYZ8.4210.278.2-
YUV87.34121.04120.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=31.17%
G=38.46%
B=30.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7795750.1900.210.6311411.7633.33
Hex4D5F4B130153F72c21
Octal11513711323025771621441
Binary1001101101111110010111001101010111111111100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,95,75); }

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

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

 a { background-color: rgb(77,95,75); }

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

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

 span { border-color: rgb(77,95,75); }

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