Html Css Color HEX #4C614E Nandor

📋 copy color: '#4C614E'

red 76 ◦ green 97 ◦ blue 78

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

Shades of Nandor #4C614E

Tints of Nandor #4C614E

RGB

 RED value IS 76 (30.08% from 255) = 30.28%

 GREEN value IS 97 (38.28% from 255) = 38.65%

 BLUE value IS 78 (30.86% from 255) = 31.08%

R = 30.28%
G = 38.65%
B = 31.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#4C614E (or 0x4C614E) is known color: Nandor. HEX triplet: 4C, 61 and 4E. RGB value is (76,97,78). Sum of RGB (Red+Green+Blue) = 76+97+78=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #4C614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C614E is #B39EB1. Grayscale: #585858. Windows color (decimal): -11771570 or 5136716. OLE color: 5136716.

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

Color convert

RGB 76 97 78 -
CMYK 0.22 0 0.20 0.62
HSL 125.71º 0.12% 0.34% -
HSV(B) 125.71º 0.22% 0.38% -
XYZ 8.63 10.64 8.81 -
YUV 88.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 76 97 78 0.22 0 0.20 0.62 125.71 0.12 0.34
Hex 4C 61 4E 16 0 14 3E 7E C 22
Octal 114 141 116 26 0 24 76 176 14 42
Binary 1001100 1100001 1001110 10110 0 10100 111110 1111110 1100 100010

Color Harmonies of #4C614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C614E

Black with #4C614E

Text Example


Text Example

White with #4C614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,78); }

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

background-color css

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

 a { background-color: rgb(76,97,78); }

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

border-color css

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

 span { border-color: rgb(76,97,78); }

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