Html Css Color HEX #466451 Feldgrau

📋 copy color: '#466451'

red 70 ◦ green 100 ◦ blue 81

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

Shades of Feldgrau #466451

Tints of Feldgrau #466451

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.84%

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

R = 27.89%
G = 39.84%
B = 32.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#466451 (or 0x466451) is known color: Feldgrau. HEX triplet: 46, 64 and 51. RGB value is (70,100,81). Sum of RGB (Red+Green+Blue) = 70+100+81=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #466451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466451 is #B99BAE. Grayscale: #585858. Windows color (decimal): -12164015 or 5334086. OLE color: 5334086.

HSL color Cylindrical-coordinate representation of color #466451: hue angle of 142º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #466451 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 81 -
CMYK 0.30 0 0.19 0.61
HSL 142º 0.18% 0.33% -
HSV(B) 142º 0.3% 0.39% -
XYZ 8.57 11.01 9.46 -
YUV 88.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 70 100 81 0.30 0 0.19 0.61 142 0.18 0.33
Hex 46 64 51 1E 0 13 3D 8E 12 21
Octal 106 144 121 36 0 23 75 216 22 41
Binary 1000110 1100100 1010001 11110 0 10011 111101 10001110 10010 100001

Color Harmonies of #466451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466451

Black with #466451

Text Example


Text Example

White with #466451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466451; }

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

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

background-color css

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

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

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

border-color css

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

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

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