Html Css Color HEX #46554C Feldgrau

📋 copy color: '#46554C'

red 70 ◦ green 85 ◦ blue 76

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

Shades of Feldgrau #46554C

Tints of Feldgrau #46554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 30.3%
G = 36.8%
B = 32.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#46554C (or 0x46554C) is known color: Feldgrau. HEX triplet: 46, 55 and 4C. RGB value is (70,85,76). Sum of RGB (Red+Green+Blue) = 70+85+76=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #46554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46554C is #B9AAB3. Grayscale: #4F4F4F. Windows color (decimal): -12167860 or 5002566. OLE color: 5002566.

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

Color convert

RGB 70 85 76 -
CMYK 0.18 0 0.11 0.67
HSL 144º 0.1% 0.3% -
HSV(B) 144º 0.18% 0.33% -
XYZ 7.08 8.32 8.07 -
YUV 79.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 70 85 76 0.18 0 0.11 0.67 144 0.1 0.3
Hex 46 55 4C 12 0 B 43 90 A 1E
Octal 106 125 114 22 0 13 103 220 12 36
Binary 1000110 1010101 1001100 10010 0 1011 1000011 10010000 1010 11110

Color Harmonies of #46554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46554C

Black with #46554C

Text Example


Text Example

White with #46554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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