Html Css Color HEX #4C554F Feldgrau

📋 copy color: '#4C554F'

red 76 ◦ green 85 ◦ blue 79

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

Shades of Feldgrau #4C554F

Tints of Feldgrau #4C554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

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

R = 31.67%
G = 35.42%
B = 32.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#4C554F (or 0x4C554F) is known color: Feldgrau. HEX triplet: 4C, 55 and 4F. RGB value is (76,85,79). Sum of RGB (Red+Green+Blue) = 76+85+79=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #4C554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C554F is #B3AAB0. Grayscale: #515151. Windows color (decimal): -11774641 or 5199180. OLE color: 5199180.

HSL color Cylindrical-coordinate representation of color #4C554F: hue angle of 140º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C554F is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 85 79 -
CMYK 0.11 0 0.07 0.67
HSL 140º 0.06% 0.32% -
HSV(B) 140º 0.11% 0.33% -
XYZ 7.64 8.6 8.65 -
YUV 81.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 76 85 79 0.11 0 0.07 0.67 140 0.06 0.32
Hex 4C 55 4F B 0 7 43 8C 6 20
Octal 114 125 117 13 0 7 103 214 6 40
Binary 1001100 1010101 1001111 1011 0 111 1000011 10001100 110 100000

Color Harmonies of #4C554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C554F

Black with #4C554F

Text Example


Text Example

White with #4C554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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