Html Css Color HEX #4C574F Feldgrau

📋 copy color: '#4C574F'

red 76 ◦ green 87 ◦ blue 79

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

Shades of Feldgrau #4C574F

Tints of Feldgrau #4C574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

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

R = 31.4%
G = 35.95%
B = 32.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#4C574F (or 0x4C574F) is known color: Feldgrau. HEX triplet: 4C, 57 and 4F. RGB value is (76,87,79). Sum of RGB (Red+Green+Blue) = 76+87+79=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #4C574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C574F is #B3A8B0. Grayscale: #525252. Windows color (decimal): -11774129 or 5199692. OLE color: 5199692.

HSL color Cylindrical-coordinate representation of color #4C574F: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C574F is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 76 87 79 -
CMYK 0.13 0 0.09 0.66
HSL 136.36º 0.07% 0.32% -
HSV(B) 136.36º 0.13% 0.34% -
XYZ 7.8 8.92 8.71 -
YUV 82.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 76 87 79 0.13 0 0.09 0.66 136.36 0.07 0.32
Hex 4C 57 4F D 0 9 42 88 7 20
Octal 114 127 117 15 0 11 102 210 7 40
Binary 1001100 1010111 1001111 1101 0 1001 1000010 10001000 111 100000

Color Harmonies of #4C574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C574F

Black with #4C574F

Text Example


Text Example

White with #4C574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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