Html Css Color HEX #46604F Feldgrau

📋 copy color: '#46604F'

red 70 ◦ green 96 ◦ blue 79

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

Shades of Feldgrau #46604F

Tints of Feldgrau #46604F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 28.57%
G = 39.18%
B = 32.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#46604F (or 0x46604F) is known color: Feldgrau. HEX triplet: 46, 60 and 4F. RGB value is (70,96,79). Sum of RGB (Red+Green+Blue) = 70+96+79=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #46604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46604F is #B99FB0. Grayscale: #565656. Windows color (decimal): -12165041 or 5201990. OLE color: 5201990.

HSL color Cylindrical-coordinate representation of color #46604F: hue angle of 140.77º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46604F is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 79 -
CMYK 0.27 0 0.18 0.62
HSL 140.77º 0.16% 0.33% -
HSV(B) 140.77º 0.27% 0.38% -
XYZ 8.12 10.23 8.94 -
YUV 86.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 70 96 79 0.27 0 0.18 0.62 140.77 0.16 0.33
Hex 46 60 4F 1B 0 12 3E 8D 10 21
Octal 106 140 117 33 0 22 76 215 20 41
Binary 1000110 1100000 1001111 11011 0 10010 111110 10001101 10000 100001

Color Harmonies of #46604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46604F

Black with #46604F

Text Example


Text Example

White with #46604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46604F; }

 p { color: rgb(70,96,79); }

 H1.HeaderClassName
 {
   color: #46604F;
 }
 .AnyTagClassName
 {
   color: #46604F;
 }
</style>

background-color css

<style>
 a { background-color: #46604F; }

 a { background-color: rgb(70,96,79); }

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

border-color css

<style>
 span { border-color: #46604F; }

 span { border-color: rgb(70,96,79); }

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