#4A5E4D

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

Shades of Nandor #4A5E4D

Tints of Nandor #4A5E4D

Color information

#4A5E4D (or 0x4A5E4D) is unknown color: approx Nandor. HEX triplet: 4A, 5E and 4D. RGB value is (74,94,77). Sum of RGB (Red+Green+Blue) = 74+94+77=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 94 - color contains mainly: green. Hex color #4A5E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5E4D is #B5A1B2. Grayscale: #565656. Windows color (decimal): -11903411 or 5070410. OLE color: 5070410.

HSL color Cylindrical-coordinate representation of color #4A5E4D: hue angle of 129º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4A5E4D is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB749477-
CMYK0.2100.180.63
HSL129º11.9%32.94%-
HSV(B)129º21.28%36.86%-
XYZ8.17108.52-
YUV86.08122.87119.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=30.20%
G=38.37%
B=31.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7494770.2100.180.6312911.932.94
Hex4A5E4D150123F81c21
Octal11213611525022772011441
Binary10010101011110100110110101010010111111100000011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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