#4B644D

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

Shades of Nandor #4B644D

Tints of Nandor #4B644D

Color information

#4B644D (or 0x4B644D) is unknown color: approx Nandor. HEX triplet: 4B, 64 and 4D. RGB value is (75,100,77). Sum of RGB (Red+Green+Blue) = 75+100+77=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 100 - color contains mainly: green. Hex color #4B644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B644D is #B49BB2. Grayscale: #595959. Windows color (decimal): -11836339 or 5071947. OLE color: 5071947.

HSL color Cylindrical-coordinate representation of color #4B644D: hue angle of 124.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B644D is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB7510077-
CMYK0.2500.230.61
HSL124.8º14.29%34.31%-
HSV(B)124.8º25%39.22%-
XYZ8.811.158.71-
YUV89.9120.72117.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=29.76%
G=39.68%
B=30.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75100770.2500.230.61124.814.2934.31
Hex4B644D190173D7de22
Octal11314411531027751751642
Binary1001011110010010011011100101011111110111111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,77); }

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

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

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

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

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

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

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