Html Css Color HEX #4B5850 Feldgrau

📋 copy color: '#4B5850'

red 75 ◦ green 88 ◦ blue 80

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

Shades of Feldgrau #4B5850

Tints of Feldgrau #4B5850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 30.86%
G = 36.21%
B = 32.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#4B5850 (or 0x4B5850) is known color: Feldgrau. HEX triplet: 4B, 58 and 50. RGB value is (75,88,80). Sum of RGB (Red+Green+Blue) = 75+88+80=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #4B5850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5850 is #B4A7AF. Grayscale: #535353. Windows color (decimal): -11839408 or 5265483. OLE color: 5265483.

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

Color convert

RGB 75 88 80 -
CMYK 0.15 0 0.09 0.65
HSL 143.08º 0.08% 0.32% -
HSV(B) 143.08º 0.15% 0.35% -
XYZ 7.84 9.05 8.92 -
YUV 83.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 75 88 80 0.15 0 0.09 0.65 143.08 0.08 0.32
Hex 4B 58 50 F 0 9 41 8F 8 20
Octal 113 130 120 17 0 11 101 217 10 40
Binary 1001011 1011000 1010000 1111 0 1001 1000001 10001111 1000 100000

Color Harmonies of #4B5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5850

Black with #4B5850

Text Example


Text Example

White with #4B5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,88,80); }

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

background-color css

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

 a { background-color: rgb(75,88,80); }

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

border-color css

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

 span { border-color: rgb(75,88,80); }

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