Html Css Color HEX #4F6351 Nandor

📋 copy color: '#4F6351'

red 79 ◦ green 99 ◦ blue 81

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

Shades of Nandor #4F6351

Tints of Nandor #4F6351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.22%

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 30.5%
G = 38.22%
B = 31.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#4F6351 (or 0x4F6351) is known color: Nandor. HEX triplet: 4F, 63 and 51. RGB value is (79,99,81). Sum of RGB (Red+Green+Blue) = 79+99+81=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6351 is #B09CAE. Grayscale: #5B5B5B. Windows color (decimal): -11574447 or 5333839. OLE color: 5333839.

HSL color Cylindrical-coordinate representation of color #4F6351: hue angle of 126º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F6351 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 99 81 -
CMYK 0.20 0 0.18 0.61
HSL 126º 0.11% 0.35% -
HSV(B) 126º 0.2% 0.39% -
XYZ 9.17 11.18 9.46 -
YUV 90.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 79 99 81 0.20 0 0.18 0.61 126 0.11 0.35
Hex 4F 63 51 14 0 12 3D 7E B 23
Octal 117 143 121 24 0 22 75 176 13 43
Binary 1001111 1100011 1010001 10100 0 10010 111101 1111110 1011 100011

Color Harmonies of #4F6351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6351

Black with #4F6351

Text Example


Text Example

White with #4F6351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,99,81); }

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

background-color css

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

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

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

border-color css

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

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

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