Html Css Color HEX #466954 Feldgrau

📋 copy color: '#466954'

red 70 ◦ green 105 ◦ blue 84

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

Shades of Feldgrau #466954

Tints of Feldgrau #466954

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.54%

 BLUE value IS 84 (33.2% from 255) = 32.43%

R = 27.03%
G = 40.54%
B = 32.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#466954 (or 0x466954) is known color: Feldgrau. HEX triplet: 46, 69 and 54. RGB value is (70,105,84). Sum of RGB (Red+Green+Blue) = 70+105+84=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #466954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466954 is #B996AB. Grayscale: #5C5C5C. Windows color (decimal): -12162732 or 5531974. OLE color: 5531974.

HSL color Cylindrical-coordinate representation of color #466954: hue angle of 144º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466954 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 84 -
CMYK 0.33 0 0.20 0.59
HSL 144º 0.2% 0.34% -
HSV(B) 144º 0.33% 0.41% -
XYZ 9.18 12.05 10.23 -
YUV 92.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 70 105 84 0.33 0 0.20 0.59 144 0.2 0.34
Hex 46 69 54 21 0 14 3B 90 14 22
Octal 106 151 124 41 0 24 73 220 24 42
Binary 1000110 1101001 1010100 100001 0 10100 111011 10010000 10100 100010

Color Harmonies of #466954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466954

Black with #466954

Text Example


Text Example

White with #466954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466954; }

 p { color: rgb(70,105,84); }

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

background-color css

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

 a { background-color: rgb(70,105,84); }

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

border-color css

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

 span { border-color: rgb(70,105,84); }

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