#4A494B

Color #4A494B Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #4A494B

Tints of Mulled Wine #4A494B

Color information

#4A494B (or 0x4A494B) is unknown color: approx 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

RGB747375-
CMYK0.010.0300.71
HSL270º1.35%29.02%-
HSV(B)270º2.67%29.41%-
XYZ6.486.737.61-
YUV73.53128.83128.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% 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 (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7473750.010.0300.712701.3529.02
Hex4A494B1304710e11d
Octal112111113130107416135
Binary10010101001001100101111101000111100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>