Html Css Color HEX #46534A Feldgrau

📋 copy color: '#46534A'

red 70 ◦ green 83 ◦ blue 74

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

Shades of Feldgrau #46534A

Tints of Feldgrau #46534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.56%

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

R = 30.84%
G = 36.56%
B = 32.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#46534A (or 0x46534A) is known color: Feldgrau. HEX triplet: 46, 53 and 4A. RGB value is (70,83,74). Sum of RGB (Red+Green+Blue) = 70+83+74=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #46534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46534A is #B9ACB5. Grayscale: #4E4E4E. Windows color (decimal): -12168374 or 4870982. OLE color: 4870982.

HSL color Cylindrical-coordinate representation of color #46534A: hue angle of 138.46º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46534A is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 74 -
CMYK 0.16 0 0.11 0.67
HSL 138.46º 0.08% 0.3% -
HSV(B) 138.46º 0.16% 0.33% -
XYZ 6.86 7.98 7.66 -
YUV 78.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 70 83 74 0.16 0 0.11 0.67 138.46 0.08 0.3
Hex 46 53 4A 10 0 B 43 8A 8 1E
Octal 106 123 112 20 0 13 103 212 10 36
Binary 1000110 1010011 1001010 10000 0 1011 1000011 10001010 1000 11110

Color Harmonies of #46534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46534A

Black with #46534A

Text Example


Text Example

White with #46534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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