#4B604B

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

Shades of Nandor #4B604B

Tints of Nandor #4B604B

Color information

#4B604B (or 0x4B604B) is unknown color: approx Nandor. HEX triplet: 4B, 60 and 4B. RGB value is (75,96,75). Sum of RGB (Red+Green+Blue) = 75+96+75=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #4B604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B604B is #B49FB4. Grayscale: #575757. Windows color (decimal): -11837365 or 4939851. OLE color: 4939851.

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

Color convert

RGB759675-
CMYK0.2200.220.62
HSL120º12.28%33.53%-
HSV(B)120º21.88%37.65%-
XYZ8.3510.378.22-
YUV87.33121.04119.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=30.49%
G=39.02%
B=30.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596750.2200.220.6212012.2833.53
Hex4B604B160163E78c22
Octal11314011326026761701442
Binary1001011110000010010111011001011011111011110001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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