Html Css Color HEX #4A4B3D Heavy Metal

📋 copy color: '#4A4B3D'

red 74 ◦ green 75 ◦ blue 61

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

Shades of Heavy Metal #4A4B3D

Tints of Heavy Metal #4A4B3D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.71%

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 35.24%
G = 35.71%
B = 29.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4A4B3D (or 0x4A4B3D) is known color: Heavy Metal. HEX triplet: 4A, 4B and 3D. RGB value is (74,75,61). Sum of RGB (Red+Green+Blue) = 74+75+61=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B3D is #B5B4C2. Grayscale: #494949. Windows color (decimal): -11908291 or 4016970. OLE color: 4016970.

HSL color Cylindrical-coordinate representation of color #4A4B3D: hue angle of 64.29º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A4B3D is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 75 61 -
CMYK 0.01 0 0.19 0.71
HSL 64.29º 0.1% 0.27% -
HSV(B) 64.29º 0.19% 0.29% -
XYZ 6.18 6.82 5.41 -
YUV 73.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 74 75 61 0.01 0 0.19 0.71 64.29 0.1 0.27
Hex 4A 4B 3D 1 0 13 47 40 A 1B
Octal 112 113 75 1 0 23 107 100 12 33
Binary 1001010 1001011 111101 1 0 10011 1000111 1000000 1010 11011

Color Harmonies of #4A4B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4B3D

Black with #4A4B3D

Text Example


Text Example

White with #4A4B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,75,61); }

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

background-color css

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

 a { background-color: rgb(74,75,61); }

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

border-color css

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

 span { border-color: rgb(74,75,61); }

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