Html Css Color HEX #4E5A52 Feldgrau

📋 copy color: '#4E5A52'

red 78 ◦ green 90 ◦ blue 82

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

Shades of Feldgrau #4E5A52

Tints of Feldgrau #4E5A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

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

R = 31.2%
G = 36%
B = 32.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#4E5A52 (or 0x4E5A52) is known color: Feldgrau. HEX triplet: 4E, 5A and 52. RGB value is (78,90,82). Sum of RGB (Red+Green+Blue) = 78+90+82=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5A52 is #B1A5AD. Grayscale: #555555. Windows color (decimal): -11642286 or 5397070. OLE color: 5397070.

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

Color convert

RGB 78 90 82 -
CMYK 0.13 0 0.09 0.65
HSL 140º 0.07% 0.33% -
HSV(B) 140º 0.13% 0.35% -
XYZ 8.32 9.54 9.39 -
YUV 85.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 78 90 82 0.13 0 0.09 0.65 140 0.07 0.33
Hex 4E 5A 52 D 0 9 41 8C 7 21
Octal 116 132 122 15 0 11 101 214 7 41
Binary 1001110 1011010 1010010 1101 0 1001 1000001 10001100 111 100001

Color Harmonies of #4E5A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5A52

Black with #4E5A52

Text Example


Text Example

White with #4E5A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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