Html Css Color HEX #4F5A4F Nandor

📋 copy color: '#4F5A4F'

red 79 ◦ green 90 ◦ blue 79

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

Shades of Nandor #4F5A4F

Tints of Nandor #4F5A4F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.29%

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

R = 31.85%
G = 36.29%
B = 31.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#4F5A4F (or 0x4F5A4F) is known color: Nandor. HEX triplet: 4F, 5A and 4F. RGB value is (79,90,79). Sum of RGB (Red+Green+Blue) = 79+90+79=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A4F is #B0A5B0. Grayscale: #555555. Windows color (decimal): -11576753 or 5200463. OLE color: 5200463.

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

Color convert

RGB 79 90 79 -
CMYK 0.12 0 0.12 0.65
HSL 120º 0.07% 0.33% -
HSV(B) 120º 0.12% 0.35% -
XYZ 8.29 9.54 8.8 -
YUV 85.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 79 90 79 0.12 0 0.12 0.65 120 0.07 0.33
Hex 4F 5A 4F C 0 C 41 78 7 21
Octal 117 132 117 14 0 14 101 170 7 41
Binary 1001111 1011010 1001111 1100 0 1100 1000001 1111000 111 100001

Color Harmonies of #4F5A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A4F

Black with #4F5A4F

Text Example


Text Example

White with #4F5A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,90,79); }

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

background-color css

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

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

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

border-color css

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

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

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