#4B574D

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

Shades of Nandor #4B574D

Tints of Nandor #4B574D

Color information

#4B574D (or 0x4B574D) is unknown color: approx Nandor. HEX triplet: 4B, 57 and 4D. RGB value is (75,87,77). Sum of RGB (Red+Green+Blue) = 75+87+77=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #4B574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B574D is #B4A8B2. Grayscale: #525252. Windows color (decimal): -11839667 or 5068619. OLE color: 5068619.

HSL color Cylindrical-coordinate representation of color #4B574D: hue angle of 130º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4B574D is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB758777-
CMYK0.1400.110.66
HSL130º7.41%31.76%-
HSV(B)130º13.79%34.12%-
XYZ7.658.858.33-
YUV82.27125.02122.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.38%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=31.38%
G=36.40%
B=32.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7587770.1400.110.661307.4131.76
Hex4B574DE0B4282720
Octal11312711516013102202740
Binary100101110101111001101111001011100001010000010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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