#4A554C

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

Shades of Nandor #4A554C

Tints of Nandor #4A554C

Color information

#4A554C (or 0x4A554C) is unknown color: approx Nandor. HEX triplet: 4A, 55 and 4C. RGB value is (74,85,76). Sum of RGB (Red+Green+Blue) = 74+85+76=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #4A554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A554C is #B5AAB3. Grayscale: #505050. Windows color (decimal): -11905716 or 5002570. OLE color: 5002570.

HSL color Cylindrical-coordinate representation of color #4A554C: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A554C is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB748576-
CMYK0.1300.110.67
HSL130.91º6.92%31.18%-
HSV(B)130.91º12.94%33.33%-
XYZ7.388.478.08-
YUV80.68125.36123.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=31.49%
G=36.17%
B=32.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485760.1300.110.67130.916.9231.18
Hex4A554CD0B438371f
Octal11212511415013103203737
Binary10010101010101100110011010101110000111000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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