Html Css Color HEX #4F5853 Feldgrau

📋 copy color: '#4F5853'

red 79 ◦ green 88 ◦ blue 83

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

Shades of Feldgrau #4F5853

Tints of Feldgrau #4F5853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 31.6%
G = 35.2%
B = 33.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#4F5853 (or 0x4F5853) is known color: Feldgrau. HEX triplet: 4F, 58 and 53. RGB value is (79,88,83). Sum of RGB (Red+Green+Blue) = 79+88+83=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5853 is #B0A7AC. Grayscale: #545454. Windows color (decimal): -11577261 or 5462095. OLE color: 5462095.

HSL color Cylindrical-coordinate representation of color #4F5853: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F5853 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 88 83 -
CMYK 0.10 0 0.06 0.65
HSL 146.67º 0.05% 0.33% -
HSV(B) 146.67º 0.1% 0.35% -
XYZ 8.28 9.27 9.54 -
YUV 84.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 79 88 83 0.10 0 0.06 0.65 146.67 0.05 0.33
Hex 4F 58 53 A 0 6 41 93 5 21
Octal 117 130 123 12 0 6 101 223 5 41
Binary 1001111 1011000 1010011 1010 0 110 1000001 10010011 101 100001

Color Harmonies of #4F5853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5853

Black with #4F5853

Text Example


Text Example

White with #4F5853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,88,83); }

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

background-color css

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

 a { background-color: rgb(79,88,83); }

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

border-color css

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

 span { border-color: rgb(79,88,83); }

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