Html Css Color HEX #46584B Feldgrau

📋 copy color: '#46584B'

red 70 ◦ green 88 ◦ blue 75

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

Shades of Feldgrau #46584B

Tints of Feldgrau #46584B

RGB

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

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

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

R = 30.04%
G = 37.77%
B = 32.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#46584B (or 0x46584B) is known color: Feldgrau. HEX triplet: 46, 58 and 4B. RGB value is (70,88,75). Sum of RGB (Red+Green+Blue) = 70+88+75=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #46584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46584B is #B9A7B4. Grayscale: #515151. Windows color (decimal): -12167093 or 4937798. OLE color: 4937798.

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

Color convert

RGB 70 88 75 -
CMYK 0.20 0 0.15 0.65
HSL 136.67º 0.11% 0.31% -
HSV(B) 136.67º 0.2% 0.35% -
XYZ 7.29 8.79 7.97 -
YUV 81.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 70 88 75 0.20 0 0.15 0.65 136.67 0.11 0.31
Hex 46 58 4B 14 0 F 41 89 B 1F
Octal 106 130 113 24 0 17 101 211 13 37
Binary 1000110 1011000 1001011 10100 0 1111 1000001 10001001 1011 11111

Color Harmonies of #46584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46584B

Black with #46584B

Text Example


Text Example

White with #46584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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