#4A4257

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

Shades of Mulled Wine #4A4257

Tints of Mulled Wine #4A4257

Color information

#4A4257 (or 0x4A4257) is unknown color: approx Mulled Wine. HEX triplet: 4A, 42 and 57. RGB value is (74,66,87). Sum of RGB (Red+Green+Blue) = 74+66+87=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A4257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4257 is #B5BDA8. Grayscale: #464646. Windows color (decimal): -11910569 or 5718602. OLE color: 5718602.

HSL color Cylindrical-coordinate representation of color #4A4257: hue angle of 262.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A4257 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB746687-
CMYK0.150.2400.66
HSL262.86º13.73%30%-
HSV(B)262.86º24.14%34.12%-
XYZ6.496.049.84-
YUV70.79137.15130.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.60%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=32.60%
G=29.07%
B=38.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7466870.150.2400.66262.8613.7330
Hex4A4257F18042107e1e
Octal112102127173001024071636
Binary10010101000010101011111111100001000010100000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,66,87); }

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

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

 a { background-color: rgb(74,66,87); }

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

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

 span { border-color: rgb(74,66,87); }

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