Html Css Color HEX #466852 Feldgrau

📋 copy color: '#466852'

red 70 ◦ green 104 ◦ blue 82

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

Shades of Feldgrau #466852

Tints of Feldgrau #466852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.63%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 27.34%
G = 40.63%
B = 32.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#466852 (or 0x466852) is known color: Feldgrau. HEX triplet: 46, 68 and 52. RGB value is (70,104,82). Sum of RGB (Red+Green+Blue) = 70+104+82=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #466852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466852 is #B997AD. Grayscale: #5B5B5B. Windows color (decimal): -12162990 or 5400646. OLE color: 5400646.

HSL color Cylindrical-coordinate representation of color #466852: hue angle of 141.18º 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 #466852 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 82 -
CMYK 0.33 0 0.21 0.59
HSL 141.18º 0.2% 0.34% -
HSV(B) 141.18º 0.33% 0.41% -
XYZ 9 11.81 9.79 -
YUV 91.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 70 104 82 0.33 0 0.21 0.59 141.18 0.2 0.34
Hex 46 68 52 21 0 15 3B 8D 14 22
Octal 106 150 122 41 0 25 73 215 24 42
Binary 1000110 1101000 1010010 100001 0 10101 111011 10001101 10100 100010

Color Harmonies of #466852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466852

Black with #466852

Text Example


Text Example

White with #466852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466852; }

 p { color: rgb(70,104,82); }

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

background-color css

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

 a { background-color: rgb(70,104,82); }

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

border-color css

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

 span { border-color: rgb(70,104,82); }

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