Html Css Color HEX #46594E Feldgrau

📋 copy color: '#46594E'

red 70 ◦ green 89 ◦ blue 78

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

Shades of Feldgrau #46594E

Tints of Feldgrau #46594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.91%

R = 29.54%
G = 37.55%
B = 32.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#46594E (or 0x46594E) is known color: Feldgrau. HEX triplet: 46, 59 and 4E. RGB value is (70,89,78). Sum of RGB (Red+Green+Blue) = 70+89+78=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #46594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46594E is #B9A6B1. Grayscale: #525252. Windows color (decimal): -12166834 or 5134662. OLE color: 5134662.

HSL color Cylindrical-coordinate representation of color #46594E: hue angle of 145.26º 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 #46594E is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 78 -
CMYK 0.21 0 0.12 0.65
HSL 145.26º 0.12% 0.31% -
HSV(B) 145.26º 0.21% 0.35% -
XYZ 7.47 9 8.55 -
YUV 82.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 70 89 78 0.21 0 0.12 0.65 145.26 0.12 0.31
Hex 46 59 4E 15 0 C 41 91 C 1F
Octal 106 131 116 25 0 14 101 221 14 37
Binary 1000110 1011001 1001110 10101 0 1100 1000001 10010001 1100 11111

Color Harmonies of #46594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46594E

Black with #46594E

Text Example


Text Example

White with #46594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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