#4C5A4E

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

Shades of Nandor #4C5A4E

Tints of Nandor #4C5A4E

Color information

#4C5A4E (or 0x4C5A4E) is unknown color: approx Nandor. HEX triplet: 4C, 5A and 4E. RGB value is (76,90,78). Sum of RGB (Red+Green+Blue) = 76+90+78=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5A4E is #B3A5B1. Grayscale: #545454. Windows color (decimal): -11773362 or 5134924. OLE color: 5134924.

HSL color Cylindrical-coordinate representation of color #4C5A4E: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C5A4E is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB769078-
CMYK0.1600.130.65
HSL128.57º8.43%32.55%-
HSV(B)128.57º15.56%35.29%-
XYZ8.019.48.6-
YUV84.45124.36121.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.15%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=31.15%
G=36.89%
B=31.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7690780.1600.130.65128.578.4332.55
Hex4C5A4E100D4181821
Octal114132116200151012011041
Binary10011001011010100111010000011011000001100000011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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