Html Css Color HEX #4A494B Mulled Wine

📋 copy color: '#4A494B'

red 74 ◦ green 73 ◦ blue 75

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

Shades of Mulled Wine #4A494B

Tints of Mulled Wine #4A494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 33.33%
G = 32.88%
B = 33.78%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#4A494B (or 0x4A494B) is known color: Mulled Wine. HEX triplet: 4A, 49 and 4B. RGB value is (74,73,75). Sum of RGB (Red+Green+Blue) = 74+73+75=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A494B is #B5B6B4. Grayscale: #494949. Windows color (decimal): -11908789 or 4933962. OLE color: 4933962.

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

Color convert

RGB 74 73 75 -
CMYK 0.01 0.03 0 0.71
HSL 270º 0.01% 0.29% -
HSV(B) 270º 0.03% 0.29% -
XYZ 6.48 6.73 7.61 -
YUV 73.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 74 73 75 0.01 0.03 0 0.71 270 0.01 0.29
Hex 4A 49 4B 1 3 0 47 10E 1 1D
Octal 112 111 113 1 3 0 107 416 1 35
Binary 1001010 1001001 1001011 1 11 0 1000111 100001110 1 11101

Color Harmonies of #4A494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A494B

Black with #4A494B

Text Example


Text Example

White with #4A494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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