Html Css Color HEX #4F5950 Nandor

📋 copy color: '#4F5950'

red 79 ◦ green 89 ◦ blue 80

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

Shades of Nandor #4F5950

Tints of Nandor #4F5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

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

R = 31.85%
G = 35.89%
B = 32.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#4F5950 (or 0x4F5950) is known color: Nandor. HEX triplet: 4F, 59 and 50. RGB value is (79,89,80). Sum of RGB (Red+Green+Blue) = 79+89+80=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5950 is #B0A6AF. Grayscale: #555555. Windows color (decimal): -11577008 or 5265743. OLE color: 5265743.

HSL color Cylindrical-coordinate representation of color #4F5950: hue angle of 126º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F5950 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 89 80 -
CMYK 0.11 0 0.10 0.65
HSL 126º 0.06% 0.33% -
HSV(B) 126º 0.11% 0.35% -
XYZ 8.24 9.39 8.97 -
YUV 84.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 79 89 80 0.11 0 0.10 0.65 126 0.06 0.33
Hex 4F 59 50 B 0 A 41 7E 6 21
Octal 117 131 120 13 0 12 101 176 6 41
Binary 1001111 1011001 1010000 1011 0 1010 1000001 1111110 110 100001

Color Harmonies of #4F5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5950

Black with #4F5950

Text Example


Text Example

White with #4F5950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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