Html Css Color HEX #4B574D Nandor

📋 copy color: '#4B574D'

red 75 ◦ green 87 ◦ blue 77

#4B574D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #4B574D

Tints of Nandor #4B574D

RGB

 RED value IS 75 (29.69% from 255) = 31.38%

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 77 (30.47% from 255) = 32.22%

R = 31.38%
G = 36.4%
B = 32.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#4B574D (or 0x4B574D) is known color: 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

RGB 75 87 77 -
CMYK 0.14 0 0.11 0.66
HSL 130º 0.07% 0.32% -
HSV(B) 130º 0.14% 0.34% -
XYZ 7.65 8.85 8.33 -
YUV 82.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 75 87 77 0.14 0 0.11 0.66 130 0.07 0.32
Hex 4B 57 4D E 0 B 42 82 7 20
Octal 113 127 115 16 0 13 102 202 7 40
Binary 1001011 1010111 1001101 1110 0 1011 1000010 10000010 111 100000

Color Harmonies of #4B574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B574D

Black with #4B574D

Text Example


Text Example

White with #4B574D

Text Example


Text Example

HTML Codes & Css Web 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>