#4A4455

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

Shades of Mulled Wine #4A4455

Tints of Mulled Wine #4A4455

Color information

#4A4455 (or 0x4A4455) is unknown color: approx Mulled Wine. HEX triplet: 4A, 44 and 55. RGB value is (74,68,85). Sum of RGB (Red+Green+Blue) = 74+68+85=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A4455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4455 is #B5BBAA. Grayscale: #474747. Windows color (decimal): -11910059 or 5588042. OLE color: 5588042.

HSL color Cylindrical-coordinate representation of color #4A4455: hue angle of 261.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A4455 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB746885-
CMYK0.130.2000.67
HSL261.18º11.11%30%-
HSV(B)261.18º20%33.33%-
XYZ6.536.259.46-
YUV71.73135.49129.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.60%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=32.60%
G=29.96%
B=37.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7468850.130.2000.67261.1811.1130
Hex4A4455D14043105b1e
Octal112104125152401034051336
Binary10010101000100101010111011010001000011100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,68,85); }

 H1.HeaderClassName
 {
   color: #4A4455;
 }
 .AnyTagClassName
 {
   color: #4A4455;
 }
</style>
background-color css

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

 a { background-color: rgb(74,68,85); }

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

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

 span { border-color: rgb(74,68,85); }

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