#4A564C

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

Shades of Nandor #4A564C

Tints of Nandor #4A564C

Color information

#4A564C (or 0x4A564C) is unknown color: approx Nandor. HEX triplet: 4A, 56 and 4C. RGB value is (74,86,76). Sum of RGB (Red+Green+Blue) = 74+86+76=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #4A564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A564C is #B5A9B3. Grayscale: #515151. Windows color (decimal): -11905460 or 5002826. OLE color: 5002826.

HSL color Cylindrical-coordinate representation of color #4A564C: hue angle of 130º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A564C is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB748676-
CMYK0.1400.120.66
HSL130º7.5%31.37%-
HSV(B)130º13.95%33.73%-
XYZ7.468.638.11-
YUV81.27125.02122.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.36%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=31.36%
G=36.44%
B=32.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7486760.1400.120.661307.531.37
Hex4A564CE0C428271f
Octal11212611416014102202737
Binary10010101010110100110011100110010000101000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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