Html Css Color HEX #4C684F Nandor

📋 copy color: '#4C684F'

red 76 ◦ green 104 ◦ blue 79

#4C684F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #4C684F

Tints of Nandor #4C684F

RGB

 RED value IS 76 (30.08% from 255) = 29.34%

 GREEN value IS 104 (41.02% from 255) = 40.15%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 29.34%
G = 40.15%
B = 30.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#4C684F (or 0x4C684F) is known color: Nandor. HEX triplet: 4C, 68 and 4F. RGB value is (76,104,79). Sum of RGB (Red+Green+Blue) = 76+104+79=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #4C684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C684F is #B397B0. Grayscale: #5C5C5C. Windows color (decimal): -11769777 or 5204044. OLE color: 5204044.

HSL color Cylindrical-coordinate representation of color #4C684F: hue angle of 126.43º 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 #4C684F is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 104 79 -
CMYK 0.27 0 0.24 0.59
HSL 126.43º 0.16% 0.35% -
HSV(B) 126.43º 0.27% 0.41% -
XYZ 9.34 12 9.22 -
YUV 92.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 76 104 79 0.27 0 0.24 0.59 126.43 0.16 0.35
Hex 4C 68 4F 1B 0 18 3B 7E 10 23
Octal 114 150 117 33 0 30 73 176 20 43
Binary 1001100 1101000 1001111 11011 0 11000 111011 1111110 10000 100011

Color Harmonies of #4C684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C684F

Black with #4C684F

Text Example


Text Example

White with #4C684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C684F;
 }
 .AnyTagClassName
 {
   color: #4C684F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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