Html Css Color HEX #4B524E Feldgrau

📋 copy color: '#4B524E'

red 75 ◦ green 82 ◦ blue 78

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

Shades of Feldgrau #4B524E

Tints of Feldgrau #4B524E

RGB

 RED value IS 75 (29.69% from 255) = 31.91%

 GREEN value IS 82 (32.42% from 255) = 34.89%

 BLUE value IS 78 (30.86% from 255) = 33.19%

R = 31.91%
G = 34.89%
B = 33.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#4B524E (or 0x4B524E) is known color: Feldgrau. HEX triplet: 4B, 52 and 4E. RGB value is (75,82,78). Sum of RGB (Red+Green+Blue) = 75+82+78=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 82 - color contains mainly: green. Hex color #4B524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B524E is #B4ADB1. Grayscale: #4F4F4F. Windows color (decimal): -11840946 or 5132875. OLE color: 5132875.

HSL color Cylindrical-coordinate representation of color #4B524E: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4B524E is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 82 78 -
CMYK 0.09 0 0.05 0.68
HSL 145.71º 0.04% 0.31% -
HSV(B) 145.71º 0.09% 0.32% -
XYZ 7.29 8.08 8.38 -
YUV 79.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 75 82 78 0.09 0 0.05 0.68 145.71 0.04 0.31
Hex 4B 52 4E 9 0 5 44 92 4 1F
Octal 113 122 116 11 0 5 104 222 4 37
Binary 1001011 1010010 1001110 1001 0 101 1000100 10010010 100 11111

Color Harmonies of #4B524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B524E

Black with #4B524E

Text Example


Text Example

White with #4B524E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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