Html Css Color HEX #4F5752 Feldgrau

📋 copy color: '#4F5752'

red 79 ◦ green 87 ◦ blue 82

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

Shades of Feldgrau #4F5752

Tints of Feldgrau #4F5752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 31.85%
G = 35.08%
B = 33.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#4F5752 (or 0x4F5752) is known color: Feldgrau. HEX triplet: 4F, 57 and 52. RGB value is (79,87,82). Sum of RGB (Red+Green+Blue) = 79+87+82=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5752 is #B0A8AD. Grayscale: #545454. Windows color (decimal): -11577518 or 5396303. OLE color: 5396303.

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

Color convert

RGB 79 87 82 -
CMYK 0.09 0 0.06 0.66
HSL 142.5º 0.05% 0.33% -
HSV(B) 142.5º 0.09% 0.34% -
XYZ 8.16 9.09 9.31 -
YUV 84.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 79 87 82 0.09 0 0.06 0.66 142.5 0.05 0.33
Hex 4F 57 52 9 0 6 42 8E 5 21
Octal 117 127 122 11 0 6 102 216 5 41
Binary 1001111 1010111 1010010 1001 0 110 1000010 10001110 101 100001

Color Harmonies of #4F5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5752

Black with #4F5752

Text Example


Text Example

White with #4F5752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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