Html Css Color HEX #4F5B54 Feldgrau

📋 copy color: '#4F5B54'

red 79 ◦ green 91 ◦ blue 84

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

Shades of Feldgrau #4F5B54

Tints of Feldgrau #4F5B54

RGB

 RED value IS 79 (31.25% from 255) = 31.1%

 GREEN value IS 91 (35.94% from 255) = 35.83%

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 31.1%
G = 35.83%
B = 33.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#4F5B54 (or 0x4F5B54) is known color: Feldgrau. HEX triplet: 4F, 5B and 54. RGB value is (79,91,84). Sum of RGB (Red+Green+Blue) = 79+91+84=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5B54 is #B0A4AB. Grayscale: #565656. Windows color (decimal): -11576492 or 5528399. OLE color: 5528399.

HSL color Cylindrical-coordinate representation of color #4F5B54: hue angle of 145º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F5B54 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 91 84 -
CMYK 0.13 0 0.08 0.64
HSL 145º 0.07% 0.33% -
HSV(B) 145º 0.13% 0.36% -
XYZ 8.57 9.78 9.82 -
YUV 86.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 79 91 84 0.13 0 0.08 0.64 145 0.07 0.33
Hex 4F 5B 54 D 0 8 40 91 7 21
Octal 117 133 124 15 0 10 100 221 7 41
Binary 1001111 1011011 1010100 1101 0 1000 1000000 10010001 111 100001

Color Harmonies of #4F5B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5B54

Black with #4F5B54

Text Example


Text Example

White with #4F5B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,91,84); }

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

background-color css

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

 a { background-color: rgb(79,91,84); }

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

border-color css

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

 span { border-color: rgb(79,91,84); }

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