#4D684B

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

Shades of Nandor #4D684B

Tints of Nandor #4D684B

Color information

#4D684B (or 0x4D684B) is unknown color: approx Nandor. HEX triplet: 4D, 68 and 4B. RGB value is (77,104,75). Sum of RGB (Red+Green+Blue) = 77+104+75=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #4D684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D684B is #B297B4. Grayscale: #5C5C5C. Windows color (decimal): -11704245 or 4941901. OLE color: 4941901.

HSL color Cylindrical-coordinate representation of color #4D684B: hue angle of 115.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D684B is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB7710475-
CMYK0.2600.280.59
HSL115.86º16.2%35.1%-
HSV(B)115.86º27.88%40.78%-
XYZ9.2811.998.48-
YUV92.62118.05116.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.08%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=30.08%
G=40.62%
B=29.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77104750.2600.280.59115.8616.235.1
Hex4D684B1A01C3B741023
Octal11515011332034731642043
Binary10011011101000100101111010011100111011111010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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