Html Css Color HEX #4F5750 Nandor

📋 copy color: '#4F5750'

red 79 ◦ green 87 ◦ blue 80

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

Shades of Nandor #4F5750

Tints of Nandor #4F5750

RGB

 RED value IS 79 (31.25% from 255) = 32.11%

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

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 32.11%
G = 35.37%
B = 32.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#4F5750 (or 0x4F5750) is known color: Nandor. HEX triplet: 4F, 57 and 50. RGB value is (79,87,80). Sum of RGB (Red+Green+Blue) = 79+87+80=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5750 is #B0A8AF. Grayscale: #535353. Windows color (decimal): -11577520 or 5265231. OLE color: 5265231.

HSL color Cylindrical-coordinate representation of color #4F5750: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F5750 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 79 87 80 -
CMYK 0.09 0 0.08 0.66
HSL 127.5º 0.05% 0.33% -
HSV(B) 127.5º 0.09% 0.34% -
XYZ 8.08 9.06 8.91 -
YUV 83.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 79 87 80 0.09 0 0.08 0.66 127.5 0.05 0.33
Hex 4F 57 50 9 0 8 42 80 5 21
Octal 117 127 120 11 0 10 102 200 5 41
Binary 1001111 1010111 1010000 1001 0 1000 1000010 10000000 101 100001

Color Harmonies of #4F5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5750

Black with #4F5750

Text Example


Text Example

White with #4F5750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,87,80); }

 H1.HeaderClassName
 {
   color: #4F5750;
 }
 .AnyTagClassName
 {
   color: #4F5750;
 }
</style>

background-color css

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

 a { background-color: rgb(79,87,80); }

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

border-color css

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

 span { border-color: rgb(79,87,80); }

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