#4A5F4A

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

Shades of Nandor #4A5F4A

Tints of Nandor #4A5F4A

Color information

#4A5F4A (or 0x4A5F4A) is unknown color: approx Nandor. HEX triplet: 4A, 5F and 4A. RGB value is (74,95,74). Sum of RGB (Red+Green+Blue) = 74+95+74=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5F4A is #B5A0B5. Grayscale: #565656. Windows color (decimal): -11903158 or 4874058. OLE color: 4874058.

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

Color convert

RGB749574-
CMYK0.2200.220.63
HSL120º12.43%33.14%-
HSV(B)120º22.11%37.25%-
XYZ8.1510.138.01-
YUV86.33121.04119.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=30.45%
G=39.09%
B=30.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7495740.2200.220.6312012.4333.14
Hex4A5F4A160163F78c21
Octal11213711226026771701441
Binary1001010101111110010101011001011011111111110001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,95,74); }

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

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

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

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

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

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

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