Html Css Color HEX #4A564F Feldgrau

📋 copy color: '#4A564F'

red 74 ◦ green 86 ◦ blue 79

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

Shades of Feldgrau #4A564F

Tints of Feldgrau #4A564F

RGB

 RED value IS 74 (29.3% from 255) = 30.96%

 GREEN value IS 86 (33.98% from 255) = 35.98%

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

R = 30.96%
G = 35.98%
B = 33.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#4A564F (or 0x4A564F) is known color: Feldgrau. HEX triplet: 4A, 56 and 4F. RGB value is (74,86,79). Sum of RGB (Red+Green+Blue) = 74+86+79=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #4A564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A564F is #B5A9B0. Grayscale: #515151. Windows color (decimal): -11905457 or 5199434. OLE color: 5199434.

HSL color Cylindrical-coordinate representation of color #4A564F: hue angle of 145º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A564F is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 86 79 -
CMYK 0.14 0 0.08 0.66
HSL 145º 0.08% 0.31% -
HSV(B) 145º 0.14% 0.34% -
XYZ 7.56 8.68 8.67 -
YUV 81.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 74 86 79 0.14 0 0.08 0.66 145 0.08 0.31
Hex 4A 56 4F E 0 8 42 91 8 1F
Octal 112 126 117 16 0 10 102 221 10 37
Binary 1001010 1010110 1001111 1110 0 1000 1000010 10010001 1000 11111

Color Harmonies of #4A564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A564F

Black with #4A564F

Text Example


Text Example

White with #4A564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A564F; }

 p { color: rgb(74,86,79); }

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

background-color css

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

 a { background-color: rgb(74,86,79); }

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

border-color css

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

 span { border-color: rgb(74,86,79); }

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