#4B604A

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

Shades of Nandor #4B604A

Tints of Nandor #4B604A

Color information

#4B604A (or 0x4B604A) is unknown color: approx Nandor. HEX triplet: 4B, 60 and 4A. RGB value is (75,96,74). Sum of RGB (Red+Green+Blue) = 75+96+74=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #4B604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B604A is #B49FB5. Grayscale: #575757. Windows color (decimal): -11837366 or 4874315. OLE color: 4874315.

HSL color Cylindrical-coordinate representation of color #4B604A: hue angle of 117.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B604A is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB759674-
CMYK0.2200.230.62
HSL117.27º12.94%33.33%-
HSV(B)117.27º22.92%37.65%-
XYZ8.3210.368.04-
YUV87.21120.54119.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.61%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=30.61%
G=39.18%
B=30.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596740.2200.230.62117.2712.9433.33
Hex4B604A160173E75d21
Octal11314011226027761651541
Binary1001011110000010010101011001011111111011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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