#4B614A

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

Shades of Nandor #4B614A

Tints of Nandor #4B614A

Color information

#4B614A (or 0x4B614A) is unknown color: approx Nandor. HEX triplet: 4B, 61 and 4A. RGB value is (75,97,74). Sum of RGB (Red+Green+Blue) = 75+97+74=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #4B614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B614A is #B49EB5. Grayscale: #575757. Windows color (decimal): -11837110 or 4874571. OLE color: 4874571.

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

Color convert

RGB759774-
CMYK0.2300.240.62
HSL117.39º13.45%33.53%-
HSV(B)117.39º23.71%38.04%-
XYZ8.4110.548.07-
YUV87.8120.21118.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=30.49%
G=39.43%
B=30.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597740.2300.240.62117.3913.4533.53
Hex4B614A170183E75d22
Octal11314111227030761651542
Binary1001011110000110010101011101100011111011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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