Html Css Color HEX #46594A Feldgrau

📋 copy color: '#46594A'

red 70 ◦ green 89 ◦ blue 74

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

Shades of Feldgrau #46594A

Tints of Feldgrau #46594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 30.04%
G = 38.2%
B = 31.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#46594A (or 0x46594A) is known color: Feldgrau. HEX triplet: 46, 59 and 4A. RGB value is (70,89,74). Sum of RGB (Red+Green+Blue) = 70+89+74=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #46594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46594A is #B9A6B5. Grayscale: #515151. Windows color (decimal): -12166838 or 4872518. OLE color: 4872518.

HSL color Cylindrical-coordinate representation of color #46594A: hue angle of 132.63º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46594A is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 74 -
CMYK 0.21 0 0.17 0.65
HSL 132.63º 0.12% 0.31% -
HSV(B) 132.63º 0.21% 0.35% -
XYZ 7.33 8.94 7.82 -
YUV 81.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 70 89 74 0.21 0 0.17 0.65 132.63 0.12 0.31
Hex 46 59 4A 15 0 11 41 85 C 1F
Octal 106 131 112 25 0 21 101 205 14 37
Binary 1000110 1011001 1001010 10101 0 10001 1000001 10000101 1100 11111

Color Harmonies of #46594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46594A

Black with #46594A

Text Example


Text Example

White with #46594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46594A; }

 p { color: rgb(70,89,74); }

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

background-color css

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

 a { background-color: rgb(70,89,74); }

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

border-color css

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

 span { border-color: rgb(70,89,74); }

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