Html Css Color HEX #46594B Feldgrau

📋 copy color: '#46594B'

red 70 ◦ green 89 ◦ blue 75

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

Shades of Feldgrau #46594B

Tints of Feldgrau #46594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 29.91%
G = 38.03%
B = 32.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#46594B (or 0x46594B) is known color: Feldgrau. HEX triplet: 46, 59 and 4B. RGB value is (70,89,75). Sum of RGB (Red+Green+Blue) = 70+89+75=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #46594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46594B is #B9A6B4. Grayscale: #515151. Windows color (decimal): -12166837 or 4938054. OLE color: 4938054.

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

Color convert

RGB 70 89 75 -
CMYK 0.21 0 0.16 0.65
HSL 135.79º 0.12% 0.31% -
HSV(B) 135.79º 0.21% 0.35% -
XYZ 7.37 8.95 8 -
YUV 81.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 70 89 75 0.21 0 0.16 0.65 135.79 0.12 0.31
Hex 46 59 4B 15 0 10 41 88 C 1F
Octal 106 131 113 25 0 20 101 210 14 37
Binary 1000110 1011001 1001011 10101 0 10000 1000001 10001000 1100 11111

Color Harmonies of #46594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46594B

Black with #46594B

Text Example


Text Example

White with #46594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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