Html Css Color HEX #4E6050 Nandor

📋 copy color: '#4E6050'

red 78 ◦ green 96 ◦ blue 80

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

Shades of Nandor #4E6050

Tints of Nandor #4E6050

RGB

 RED value IS 78 (30.86% from 255) = 30.71%

 GREEN value IS 96 (37.89% from 255) = 37.8%

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

R = 30.71%
G = 37.8%
B = 31.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#4E6050 (or 0x4E6050) is known color: Nandor. HEX triplet: 4E, 60 and 50. RGB value is (78,96,80). Sum of RGB (Red+Green+Blue) = 78+96+80=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6050 is #B19FAF. Grayscale: #585858. Windows color (decimal): -11640752 or 5267534. OLE color: 5267534.

HSL color Cylindrical-coordinate representation of color #4E6050: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E6050 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 96 80 -
CMYK 0.19 0 0.17 0.62
HSL 126.67º 0.1% 0.34% -
HSV(B) 126.67º 0.19% 0.38% -
XYZ 8.77 10.56 9.17 -
YUV 88.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 78 96 80 0.19 0 0.17 0.62 126.67 0.1 0.34
Hex 4E 60 50 13 0 11 3E 7F A 22
Octal 116 140 120 23 0 21 76 177 12 42
Binary 1001110 1100000 1010000 10011 0 10001 111110 1111111 1010 100010

Color Harmonies of #4E6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6050

Black with #4E6050

Text Example


Text Example

White with #4E6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,96,80); }

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

background-color css

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

 a { background-color: rgb(78,96,80); }

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

border-color css

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

 span { border-color: rgb(78,96,80); }

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