Html Css Color HEX #495C4F Feldgrau

📋 copy color: '#495C4F'

red 73 ◦ green 92 ◦ blue 79

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

Shades of Feldgrau #495C4F

Tints of Feldgrau #495C4F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 29.92%
G = 37.7%
B = 32.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#495C4F (or 0x495C4F) is known color: Feldgrau. HEX triplet: 49, 5C and 4F. RGB value is (73,92,79). Sum of RGB (Red+Green+Blue) = 73+92+79=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #495C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C4F is #B6A3B0. Grayscale: #545454. Windows color (decimal): -11969457 or 5200969. OLE color: 5200969.

HSL color Cylindrical-coordinate representation of color #495C4F: hue angle of 138.95º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495C4F is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 79 -
CMYK 0.21 0 0.14 0.64
HSL 138.95º 0.12% 0.32% -
HSV(B) 138.95º 0.21% 0.36% -
XYZ 7.99 9.64 8.84 -
YUV 84.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 73 92 79 0.21 0 0.14 0.64 138.95 0.12 0.32
Hex 49 5C 4F 15 0 E 40 8B C 20
Octal 111 134 117 25 0 16 100 213 14 40
Binary 1001001 1011100 1001111 10101 0 1110 1000000 10001011 1100 100000

Color Harmonies of #495C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C4F

Black with #495C4F

Text Example


Text Example

White with #495C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495C4F; }

 p { color: rgb(73,92,79); }

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

background-color css

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

 a { background-color: rgb(73,92,79); }

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

border-color css

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

 span { border-color: rgb(73,92,79); }

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