Html Css Color HEX #466251 Feldgrau

📋 copy color: '#466251'

red 70 ◦ green 98 ◦ blue 81

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

Shades of Feldgrau #466251

Tints of Feldgrau #466251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.36%

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 28.11%
G = 39.36%
B = 32.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#466251 (or 0x466251) is known color: Feldgrau. HEX triplet: 46, 62 and 51. RGB value is (70,98,81). Sum of RGB (Red+Green+Blue) = 70+98+81=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #466251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466251 is #B99DAE. Grayscale: #575757. Windows color (decimal): -12164527 or 5333574. OLE color: 5333574.

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

Color convert

RGB 70 98 81 -
CMYK 0.29 0 0.17 0.62
HSL 143.57º 0.17% 0.33% -
HSV(B) 143.57º 0.29% 0.38% -
XYZ 8.38 10.63 9.4 -
YUV 87.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 70 98 81 0.29 0 0.17 0.62 143.57 0.17 0.33
Hex 46 62 51 1D 0 11 3E 90 11 21
Octal 106 142 121 35 0 21 76 220 21 41
Binary 1000110 1100010 1010001 11101 0 10001 111110 10010000 10001 100001

Color Harmonies of #466251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466251

Black with #466251

Text Example


Text Example

White with #466251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466251; }

 p { color: rgb(70,98,81); }

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

background-color css

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

 a { background-color: rgb(70,98,81); }

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

border-color css

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

 span { border-color: rgb(70,98,81); }

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