#4B614C

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

Shades of Nandor #4B614C

Tints of Nandor #4B614C

Color information

#4B614C (or 0x4B614C) is unknown color: approx Nandor. HEX triplet: 4B, 61 and 4C. RGB value is (75,97,76). Sum of RGB (Red+Green+Blue) = 75+97+76=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #4B614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B614C is #B49EB3. Grayscale: #585858. Windows color (decimal): -11837108 or 5005643. OLE color: 5005643.

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

Color convert

RGB759776-
CMYK0.2300.220.62
HSL122.73º12.79%33.73%-
HSV(B)122.73º22.68%38.04%-
XYZ8.4810.578.43-
YUV88.03121.21118.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=30.24%
G=39.11%
B=30.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597760.2300.220.62122.7312.7933.73
Hex4B614C170163E7bd22
Octal11314111427026761731542
Binary1001011110000110011001011101011011111011110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,76); }

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

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

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

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

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

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

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