Html Css Color HEX #464F49 Feldgrau

📋 copy color: '#464F49'

red 70 ◦ green 79 ◦ blue 73

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

Shades of Feldgrau #464F49

Tints of Feldgrau #464F49

RGB

 RED value IS 70 (27.73% from 255) = 31.53%

 GREEN value IS 79 (31.25% from 255) = 35.59%

 BLUE value IS 73 (28.91% from 255) = 32.88%

R = 31.53%
G = 35.59%
B = 32.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#464F49 (or 0x464F49) is known color: Feldgrau. HEX triplet: 46, 4F and 49. RGB value is (70,79,73). Sum of RGB (Red+Green+Blue) = 70+79+73=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 79 - color contains mainly: green. Hex color #464F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F49 is #B9B0B6. Grayscale: #4B4B4B. Windows color (decimal): -12169399 or 4804422. OLE color: 4804422.

HSL color Cylindrical-coordinate representation of color #464F49: hue angle of 140º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #464F49 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 79 73 -
CMYK 0.11 0 0.08 0.69
HSL 140º 0.06% 0.29% -
HSV(B) 140º 0.11% 0.31% -
XYZ 6.52 7.38 7.38 -
YUV 75.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 70 79 73 0.11 0 0.08 0.69 140 0.06 0.29
Hex 46 4F 49 B 0 8 45 8C 6 1D
Octal 106 117 111 13 0 10 105 214 6 35
Binary 1000110 1001111 1001001 1011 0 1000 1000101 10001100 110 11101

Color Harmonies of #464F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F49

Black with #464F49

Text Example


Text Example

White with #464F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464F49; }

 p { color: rgb(70,79,73); }

 H1.HeaderClassName
 {
   color: #464F49;
 }
 .AnyTagClassName
 {
   color: #464F49;
 }
</style>

background-color css

<style>
 a { background-color: #464F49; }

 a { background-color: rgb(70,79,73); }

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

border-color css

<style>
 span { border-color: #464F49; }

 span { border-color: rgb(70,79,73); }

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