Html Css Color HEX #496855 Feldgrau

📋 copy color: '#496855'

red 73 ◦ green 104 ◦ blue 85

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

Shades of Feldgrau #496855

Tints of Feldgrau #496855

RGB

 RED value IS 73 (28.91% from 255) = 27.86%

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

 BLUE value IS 85 (33.59% from 255) = 32.44%

R = 27.86%
G = 39.69%
B = 32.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#496855 (or 0x496855) is known color: Feldgrau. HEX triplet: 49, 68 and 55. RGB value is (73,104,85). Sum of RGB (Red+Green+Blue) = 73+104+85=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #496855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496855 is #B697AA. Grayscale: #5C5C5C. Windows color (decimal): -11966379 or 5597257. OLE color: 5597257.

HSL color Cylindrical-coordinate representation of color #496855: hue angle of 143.23º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496855 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 85 -
CMYK 0.30 0 0.18 0.59
HSL 143.23º 0.18% 0.35% -
HSV(B) 143.23º 0.3% 0.41% -
XYZ 9.34 11.97 10.41 -
YUV 92.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 73 104 85 0.30 0 0.18 0.59 143.23 0.18 0.35
Hex 49 68 55 1E 0 12 3B 8F 12 23
Octal 111 150 125 36 0 22 73 217 22 43
Binary 1001001 1101000 1010101 11110 0 10010 111011 10001111 10010 100011

Color Harmonies of #496855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496855

Black with #496855

Text Example


Text Example

White with #496855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496855; }

 p { color: rgb(73,104,85); }

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

background-color css

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

 a { background-color: rgb(73,104,85); }

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

border-color css

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

 span { border-color: rgb(73,104,85); }

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