#4A554B

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

Shades of Nandor #4A554B

Tints of Nandor #4A554B

Color information

#4A554B (or 0x4A554B) is unknown color: approx Nandor. HEX triplet: 4A, 55 and 4B. RGB value is (74,85,75). Sum of RGB (Red+Green+Blue) = 74+85+75=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #4A554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A554B is #B5AAB4. Grayscale: #505050. Windows color (decimal): -11905717 or 4937034. OLE color: 4937034.

HSL color Cylindrical-coordinate representation of color #4A554B: hue angle of 125.45º 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 #4A554B is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB748575-
CMYK0.1300.120.67
HSL125.45º6.92%31.18%-
HSV(B)125.45º12.94%33.33%-
XYZ7.348.467.9-
YUV80.57124.86123.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=31.62%
G=36.32%
B=32.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485750.1300.120.67125.456.9231.18
Hex4A554BD0C437d71f
Octal11212511315014103175737
Binary1001010101010110010111101011001000011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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