#4D674F

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

Shades of Nandor #4D674F

Tints of Nandor #4D674F

Color information

#4D674F (or 0x4D674F) is unknown color: approx Nandor. HEX triplet: 4D, 67 and 4F. RGB value is (77,103,79). Sum of RGB (Red+Green+Blue) = 77+103+79=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 103 - color contains mainly: green. Hex color #4D674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D674F is #B298B0. Grayscale: #5C5C5C. Windows color (decimal): -11704497 or 5203789. OLE color: 5203789.

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

Color convert

RGB7710379-
CMYK0.2500.230.60
HSL124.62º14.44%35.29%-
HSV(B)124.62º25.24%40.39%-
XYZ9.3211.849.19-
YUV92.49120.39116.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.73%
GREEN value IS 103 (40.62% from 255) = 39.77%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=29.73%
G=39.77%
B=30.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77103790.2500.230.60124.6214.4435.29
Hex4D674F190173C7de23
Octal11514711731027741751643
Binary1001101110011110011111100101011111110011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,103,79); }

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

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

 a { background-color: rgb(77,103,79); }

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

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

 span { border-color: rgb(77,103,79); }

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