#4A634D

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

Shades of Nandor #4A634D

Tints of Nandor #4A634D

Color information

#4A634D (or 0x4A634D) is unknown color: approx Nandor. HEX triplet: 4A, 63 and 4D. RGB value is (74,99,77). Sum of RGB (Red+Green+Blue) = 74+99+77=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #4A634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A634D is #B59CB2. Grayscale: #595959. Windows color (decimal): -11902131 or 5071690. OLE color: 5071690.

HSL color Cylindrical-coordinate representation of color #4A634D: hue angle of 127.2º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A634D is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB749977-
CMYK0.2500.220.61
HSL127.2º14.45%33.92%-
HSV(B)127.2º25.25%38.82%-
XYZ8.6310.928.67-
YUV89.02121.22117.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.6%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=29.6%
G=39.6%
B=30.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7499770.2500.220.61127.214.4533.92
Hex4A634D190163D7fe22
Octal11214311531026751771642
Binary1001010110001110011011100101011011110111111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,99,77); }

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

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

 a { background-color: rgb(74,99,77); }

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

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

 span { border-color: rgb(74,99,77); }

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