Html Css Color HEX #466651 Feldgrau

📋 copy color: '#466651'

red 70 ◦ green 102 ◦ blue 81

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

Shades of Feldgrau #466651

Tints of Feldgrau #466651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.32%

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

R = 27.67%
G = 40.32%
B = 32.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#466651 (or 0x466651) is known color: Feldgrau. HEX triplet: 46, 66 and 51. RGB value is (70,102,81). Sum of RGB (Red+Green+Blue) = 70+102+81=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #466651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466651 is #B999AE. Grayscale: #5A5A5A. Windows color (decimal): -12163503 or 5334598. OLE color: 5334598.

HSL color Cylindrical-coordinate representation of color #466651: hue angle of 140.62º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466651 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 81 -
CMYK 0.31 0 0.21 0.6
HSL 140.63º 0.19% 0.34% -
HSV(B) 140.63º 0.31% 0.4% -
XYZ 8.76 11.4 9.52 -
YUV 90.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 70 102 81 0.31 0 0.21 0.6 140.63 0.19 0.34
Hex 46 66 51 1F 0 15 3C 8D 13 22
Octal 106 146 121 37 0 25 74 215 23 42
Binary 1000110 1100110 1010001 11111 0 10101 111100 10001101 10011 100010

Color Harmonies of #466651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466651

Black with #466651

Text Example


Text Example

White with #466651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466651; }

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

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

background-color css

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

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

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

border-color css

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

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

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