Html Css Color HEX #46584D Feldgrau

📋 copy color: '#46584D'

red 70 ◦ green 88 ◦ blue 77

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

Shades of Feldgrau #46584D

Tints of Feldgrau #46584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 77 (30.47% from 255) = 32.77%

R = 29.79%
G = 37.45%
B = 32.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#46584D (or 0x46584D) is known color: Feldgrau. HEX triplet: 46, 58 and 4D. RGB value is (70,88,77). Sum of RGB (Red+Green+Blue) = 70+88+77=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #46584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46584D is #B9A7B2. Grayscale: #515151. Windows color (decimal): -12167091 or 5068870. OLE color: 5068870.

HSL color Cylindrical-coordinate representation of color #46584D: hue angle of 143.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #46584D is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 77 -
CMYK 0.20 0 0.12 0.65
HSL 143.33º 0.11% 0.31% -
HSV(B) 143.33º 0.2% 0.35% -
XYZ 7.36 8.82 8.34 -
YUV 81.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 70 88 77 0.20 0 0.12 0.65 143.33 0.11 0.31
Hex 46 58 4D 14 0 C 41 8F B 1F
Octal 106 130 115 24 0 14 101 217 13 37
Binary 1000110 1011000 1001101 10100 0 1100 1000001 10001111 1011 11111

Color Harmonies of #46584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46584D

Black with #46584D

Text Example


Text Example

White with #46584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46584D; }

 p { color: rgb(70,88,77); }

 H1.HeaderClassName
 {
   color: #46584D;
 }
 .AnyTagClassName
 {
   color: #46584D;
 }
</style>

background-color css

<style>
 a { background-color: #46584D; }

 a { background-color: rgb(70,88,77); }

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

border-color css

<style>
 span { border-color: #46584D; }

 span { border-color: rgb(70,88,77); }

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