#4C604A

Color #4C604A Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #4C604A

Tints of Nandor #4C604A

Color information

#4C604A (or 0x4C604A) is unknown color: approx Nandor. HEX triplet: 4C, 60 and 4A. RGB value is (76,96,74). Sum of RGB (Red+Green+Blue) = 76+96+74=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #4C604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C604A is #B39FB5. Grayscale: #575757. Windows color (decimal): -11771830 or 4874316. OLE color: 4874316.

HSL color Cylindrical-coordinate representation of color #4C604A: hue angle of 114.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C604A is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB769674-
CMYK0.2100.230.62
HSL114.55º12.94%33.33%-
HSV(B)114.55º22.92%37.65%-
XYZ8.410.48.04-
YUV87.51120.37119.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.89%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=30.89%
G=39.02%
B=30.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696740.2100.230.62114.5512.9433.33
Hex4C604A150173E73d21
Octal11414011225027761631541
Binary1001100110000010010101010101011111111011100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,96,74); }

 H1.HeaderClassName
 {
   color: #4C604A;
 }
 .AnyTagClassName
 {
   color: #4C604A;
 }
</style>
background-color css

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

 a { background-color: rgb(76,96,74); }

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

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

 span { border-color: rgb(76,96,74); }

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