Html Css Color HEX #46614E Feldgrau

📋 copy color: '#46614E'

red 70 ◦ green 97 ◦ blue 78

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

Shades of Feldgrau #46614E

Tints of Feldgrau #46614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 28.57%
G = 39.59%
B = 31.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#46614E (or 0x46614E) is known color: Feldgrau. HEX triplet: 46, 61 and 4E. RGB value is (70,97,78). Sum of RGB (Red+Green+Blue) = 70+97+78=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #46614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46614E is #B99EB1. Grayscale: #565656. Windows color (decimal): -12164786 or 5136710. OLE color: 5136710.

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

Color convert

RGB 70 97 78 -
CMYK 0.28 0 0.20 0.62
HSL 137.78º 0.16% 0.33% -
HSV(B) 137.78º 0.28% 0.38% -
XYZ 8.18 10.4 8.78 -
YUV 86.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 70 97 78 0.28 0 0.20 0.62 137.78 0.16 0.33
Hex 46 61 4E 1C 0 14 3E 8A 10 21
Octal 106 141 116 34 0 24 76 212 20 41
Binary 1000110 1100001 1001110 11100 0 10100 111110 10001010 10000 100001

Color Harmonies of #46614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46614E

Black with #46614E

Text Example


Text Example

White with #46614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46614E; }

 p { color: rgb(70,97,78); }

 H1.HeaderClassName
 {
   color: #46614E;
 }
 .AnyTagClassName
 {
   color: #46614E;
 }
</style>

background-color css

<style>
 a { background-color: #46614E; }

 a { background-color: rgb(70,97,78); }

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

border-color css

<style>
 span { border-color: #46614E; }

 span { border-color: rgb(70,97,78); }

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