Html Css Color HEX #4A6052 Feldgrau

📋 copy color: '#4A6052'

red 74 ◦ green 96 ◦ blue 82

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

Shades of Feldgrau #4A6052

Tints of Feldgrau #4A6052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

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

R = 29.37%
G = 38.1%
B = 32.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#4A6052 (or 0x4A6052) is known color: Feldgrau. HEX triplet: 4A, 60 and 52. RGB value is (74,96,82). Sum of RGB (Red+Green+Blue) = 74+96+82=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6052 is #B59FAD. Grayscale: #575757. Windows color (decimal): -11902894 or 5398602. OLE color: 5398602.

HSL color Cylindrical-coordinate representation of color #4A6052: hue angle of 141.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A6052 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 96 82 -
CMYK 0.23 0 0.15 0.62
HSL 141.82º 0.13% 0.33% -
HSV(B) 141.82º 0.23% 0.38% -
XYZ 8.53 10.43 9.55 -
YUV 87.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 74 96 82 0.23 0 0.15 0.62 141.82 0.13 0.33
Hex 4A 60 52 17 0 F 3E 8E D 21
Octal 112 140 122 27 0 17 76 216 15 41
Binary 1001010 1100000 1010010 10111 0 1111 111110 10001110 1101 100001

Color Harmonies of #4A6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6052

Black with #4A6052

Text Example


Text Example

White with #4A6052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,96,82); }

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

background-color css

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

 a { background-color: rgb(74,96,82); }

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

border-color css

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

 span { border-color: rgb(74,96,82); }

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