Html Css Color HEX #4B5650 Feldgrau

📋 copy color: '#4B5650'

red 75 ◦ green 86 ◦ blue 80

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

Shades of Feldgrau #4B5650

Tints of Feldgrau #4B5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 31.12%
G = 35.68%
B = 33.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#4B5650 (or 0x4B5650) is known color: Feldgrau. HEX triplet: 4B, 56 and 50. RGB value is (75,86,80). Sum of RGB (Red+Green+Blue) = 75+86+80=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 86 - color contains mainly: green. Hex color #4B5650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5650 is #B4A9AF. Grayscale: #525252. Windows color (decimal): -11839920 or 5264971. OLE color: 5264971.

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

Color convert

RGB 75 86 80 -
CMYK 0.13 0 0.07 0.66
HSL 147.27º 0.07% 0.32% -
HSV(B) 147.27º 0.13% 0.34% -
XYZ 7.68 8.73 8.87 -
YUV 82.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 75 86 80 0.13 0 0.07 0.66 147.27 0.07 0.32
Hex 4B 56 50 D 0 7 42 93 7 20
Octal 113 126 120 15 0 7 102 223 7 40
Binary 1001011 1010110 1010000 1101 0 111 1000010 10010011 111 100000

Color Harmonies of #4B5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5650

Black with #4B5650

Text Example


Text Example

White with #4B5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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