Html Css Color HEX #46554A Feldgrau

📋 copy color: '#46554A'

red 70 ◦ green 85 ◦ blue 74

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

Shades of Feldgrau #46554A

Tints of Feldgrau #46554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

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

R = 30.57%
G = 37.12%
B = 32.31%

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

#46554A (or 0x46554A) is known color: Feldgrau. HEX triplet: 46, 55 and 4A. RGB value is (70,85,74). Sum of RGB (Red+Green+Blue) = 70+85+74=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #46554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46554A is #B9AAB5. Grayscale: #4F4F4F. Windows color (decimal): -12167862 or 4871494. OLE color: 4871494.

HSL color Cylindrical-coordinate representation of color #46554A: 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 #46554A is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 74 -
CMYK 0.18 0 0.13 0.67
HSL 136º 0.1% 0.3% -
HSV(B) 136º 0.18% 0.33% -
XYZ 7.01 8.29 7.71 -
YUV 79.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 70 85 74 0.18 0 0.13 0.67 136 0.1 0.3
Hex 46 55 4A 12 0 D 43 88 A 1E
Octal 106 125 112 22 0 15 103 210 12 36
Binary 1000110 1010101 1001010 10010 0 1101 1000011 10001000 1010 11110

Color Harmonies of #46554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46554A

Black with #46554A

Text Example


Text Example

White with #46554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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