Html Css Color HEX #466051 Feldgrau

📋 copy color: '#466051'

red 70 ◦ green 96 ◦ blue 81

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

Shades of Feldgrau #466051

Tints of Feldgrau #466051

RGB

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

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

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

R = 28.34%
G = 38.87%
B = 32.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#466051 (or 0x466051) is known color: Feldgrau. HEX triplet: 46, 60 and 51. RGB value is (70,96,81). Sum of RGB (Red+Green+Blue) = 70+96+81=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #466051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466051 is #B99FAE. Grayscale: #565656. Windows color (decimal): -12165039 or 5333062. OLE color: 5333062.

HSL color Cylindrical-coordinate representation of color #466051: hue angle of 145.38º 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 #466051 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 81 -
CMYK 0.27 0 0.16 0.62
HSL 145.38º 0.16% 0.33% -
HSV(B) 145.38º 0.27% 0.38% -
XYZ 8.19 10.26 9.33 -
YUV 86.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 70 96 81 0.27 0 0.16 0.62 145.38 0.16 0.33
Hex 46 60 51 1B 0 10 3E 91 10 21
Octal 106 140 121 33 0 20 76 221 20 41
Binary 1000110 1100000 1010001 11011 0 10000 111110 10010001 10000 100001

Color Harmonies of #466051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466051

Black with #466051

Text Example


Text Example

White with #466051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466051; }

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

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

background-color css

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

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

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

border-color css

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

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

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