#4A6249

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

Shades of Nandor #4A6249

Tints of Nandor #4A6249

Color information

#4A6249 (or 0x4A6249) is unknown color: approx Nandor. HEX triplet: 4A, 62 and 49. RGB value is (74,98,73). Sum of RGB (Red+Green+Blue) = 74+98+73=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6249 is #B59DB6. Grayscale: #585858. Windows color (decimal): -11902391 or 4809290. OLE color: 4809290.

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

Color convert

RGB749873-
CMYK0.2400.260.62
HSL117.6º14.62%33.53%-
HSV(B)117.6º25.51%38.43%-
XYZ8.3910.677.92-
YUV87.97119.55118.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=30.20%
G=40%
B=29.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498730.2400.260.62117.614.6233.53
Hex4A62491801A3E76f22
Octal11214211130032761661742
Binary1001010110001010010011100001101011111011101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,98,73); }

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

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

 a { background-color: rgb(74,98,73); }

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

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

 span { border-color: rgb(74,98,73); }

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