Html Css Color HEX #465449 Feldgrau

📋 copy color: '#465449'

red 70 ◦ green 84 ◦ blue 73

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

Shades of Feldgrau #465449

Tints of Feldgrau #465449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

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

R = 30.84%
G = 37%
B = 32.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#465449 (or 0x465449) is known color: Feldgrau. HEX triplet: 46, 54 and 49. RGB value is (70,84,73). Sum of RGB (Red+Green+Blue) = 70+84+73=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #465449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465449 is #B9ABB6. Grayscale: #4E4E4E. Windows color (decimal): -12168119 or 4805702. OLE color: 4805702.

HSL color Cylindrical-coordinate representation of color #465449: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #465449 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 73 -
CMYK 0.17 0 0.13 0.67
HSL 132.86º 0.09% 0.3% -
HSV(B) 132.86º 0.17% 0.33% -
XYZ 6.9 8.12 7.51 -
YUV 78.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 70 84 73 0.17 0 0.13 0.67 132.86 0.09 0.3
Hex 46 54 49 11 0 D 43 85 9 1E
Octal 106 124 111 21 0 15 103 205 11 36
Binary 1000110 1010100 1001001 10001 0 1101 1000011 10000101 1001 11110

Color Harmonies of #465449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465449

Black with #465449

Text Example


Text Example

White with #465449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465449; }

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

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

background-color css

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

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

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

border-color css

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

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

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