Html Css Color HEX #4B6456 Feldgrau

📋 copy color: '#4B6456'

red 75 ◦ green 100 ◦ blue 86

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

Shades of Feldgrau #4B6456

Tints of Feldgrau #4B6456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.31%

 BLUE value IS 86 (33.98% from 255) = 32.95%

R = 28.74%
G = 38.31%
B = 32.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#4B6456 (or 0x4B6456) is known color: Feldgrau. HEX triplet: 4B, 64 and 56. RGB value is (75,100,86). Sum of RGB (Red+Green+Blue) = 75+100+86=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6456 is #B49BA9. Grayscale: #5A5A5A. Windows color (decimal): -11836330 or 5661771. OLE color: 5661771.

HSL color Cylindrical-coordinate representation of color #4B6456: hue angle of 146.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B6456 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 100 86 -
CMYK 0.25 0 0.14 0.61
HSL 146.4º 0.14% 0.34% -
HSV(B) 146.4º 0.25% 0.39% -
XYZ 9.14 11.28 10.5 -
YUV 90.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 75 100 86 0.25 0 0.14 0.61 146.4 0.14 0.34
Hex 4B 64 56 19 0 E 3D 92 E 22
Octal 113 144 126 31 0 16 75 222 16 42
Binary 1001011 1100100 1010110 11001 0 1110 111101 10010010 1110 100010

Color Harmonies of #4B6456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6456

Black with #4B6456

Text Example


Text Example

White with #4B6456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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