Html Css Color HEX #4E5752 Feldgrau

📋 copy color: '#4E5752'

red 78 ◦ green 87 ◦ blue 82

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

Shades of Feldgrau #4E5752

Tints of Feldgrau #4E5752

RGB

 RED value IS 78 (30.86% from 255) = 31.58%

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

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

R = 31.58%
G = 35.22%
B = 33.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#4E5752 (or 0x4E5752) is known color: Feldgrau. HEX triplet: 4E, 57 and 52. RGB value is (78,87,82). Sum of RGB (Red+Green+Blue) = 78+87+82=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 87 - color contains mainly: green. Hex color #4E5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5752 is #B1A8AD. Grayscale: #535353. Windows color (decimal): -11643054 or 5396302. OLE color: 5396302.

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

Color convert

RGB 78 87 82 -
CMYK 0.10 0 0.06 0.66
HSL 146.67º 0.05% 0.32% -
HSV(B) 146.67º 0.1% 0.34% -
XYZ 8.07 9.05 9.3 -
YUV 83.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 78 87 82 0.10 0 0.06 0.66 146.67 0.05 0.32
Hex 4E 57 52 A 0 6 42 93 5 20
Octal 116 127 122 12 0 6 102 223 5 40
Binary 1001110 1010111 1010010 1010 0 110 1000010 10010011 101 100000

Color Harmonies of #4E5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5752

Black with #4E5752

Text Example


Text Example

White with #4E5752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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