#4C684E

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

Shades of Nandor #4C684E

Tints of Nandor #4C684E

Color information

#4C684E (or 0x4C684E) is unknown color: approx Nandor. HEX triplet: 4C, 68 and 4E. RGB value is (76,104,78). Sum of RGB (Red+Green+Blue) = 76+104+78=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #4C684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C684E is #B397B1. Grayscale: #5C5C5C. Windows color (decimal): -11769778 or 5138508. OLE color: 5138508.

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

Color convert

RGB7610478-
CMYK0.2700.250.59
HSL124.29º15.56%35.29%-
HSV(B)124.29º26.92%40.78%-
XYZ9.3111.999.03-
YUV92.66119.72116.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.46%
GREEN value IS 104 (41.02% from 255) = 40.31%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=29.46%
G=40.31%
B=30.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76104780.2700.250.59124.2915.5635.29
Hex4C684E1B0193B7c1023
Octal11415011633031731742043
Binary10011001101000100111011011011001111011111110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,78); }

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

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

 a { background-color: rgb(76,104,78); }

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

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

 span { border-color: rgb(76,104,78); }

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