Html Css Color HEX #465149 Feldgrau

📋 copy color: '#465149'

red 70 ◦ green 81 ◦ blue 73

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

Shades of Feldgrau #465149

Tints of Feldgrau #465149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

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

R = 31.25%
G = 36.16%
B = 32.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#465149 (or 0x465149) is known color: Feldgrau. HEX triplet: 46, 51 and 49. RGB value is (70,81,73). Sum of RGB (Red+Green+Blue) = 70+81+73=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #465149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465149 is #B9AEB6. Grayscale: #4C4C4C. Windows color (decimal): -12168887 or 4804934. OLE color: 4804934.

HSL color Cylindrical-coordinate representation of color #465149: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #465149 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 73 -
CMYK 0.14 0 0.10 0.68
HSL 136.36º 0.07% 0.3% -
HSV(B) 136.36º 0.14% 0.32% -
XYZ 6.67 7.67 7.43 -
YUV 76.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 70 81 73 0.14 0 0.10 0.68 136.36 0.07 0.3
Hex 46 51 49 E 0 A 44 88 7 1E
Octal 106 121 111 16 0 12 104 210 7 36
Binary 1000110 1010001 1001001 1110 0 1010 1000100 10001000 111 11110

Color Harmonies of #465149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465149

Black with #465149

Text Example


Text Example

White with #465149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465149; }

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

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

background-color css

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

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

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

border-color css

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

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

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