Html Css Color HEX #455449 Feldgrau

📋 copy color: '#455449'

red 69 ◦ green 84 ◦ blue 73

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

Shades of Feldgrau #455449

Tints of Feldgrau #455449

RGB

 RED value IS 69 (27.34% from 255) = 30.53%

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

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

R = 30.53%
G = 37.17%
B = 32.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#455449 (or 0x455449) is known color: Feldgrau. HEX triplet: 45, 54 and 49. RGB value is (69,84,73). Sum of RGB (Red+Green+Blue) = 69+84+73=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #455449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455449 is #BAABB6. Grayscale: #4E4E4E. Windows color (decimal): -12233655 or 4805701. OLE color: 4805701.

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

Color convert

RGB 69 84 73 -
CMYK 0.18 0 0.13 0.67
HSL 136º 0.1% 0.3% -
HSV(B) 136º 0.18% 0.33% -
XYZ 6.83 8.09 7.5 -
YUV 78.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 69 84 73 0.18 0 0.13 0.67 136 0.1 0.3
Hex 45 54 49 12 0 D 43 88 A 1E
Octal 105 124 111 22 0 15 103 210 12 36
Binary 1000101 1010100 1001001 10010 0 1101 1000011 10001000 1010 11110

Color Harmonies of #455449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455449

Black with #455449

Text Example


Text Example

White with #455449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455449; }

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

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

background-color css

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

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

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

border-color css

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

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

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