#4A4258

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

Shades of Mulled Wine #4A4258

Tints of Mulled Wine #4A4258

Color information

#4A4258 (or 0x4A4258) is unknown color: approx Mulled Wine. HEX triplet: 4A, 42 and 58. RGB value is (74,66,88). Sum of RGB (Red+Green+Blue) = 74+66+88=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A4258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4258 is #B5BDA7. Grayscale: #464646. Windows color (decimal): -11910568 or 5784138. OLE color: 5784138.

HSL color Cylindrical-coordinate representation of color #4A4258: hue angle of 261.82º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A4258 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB746688-
CMYK0.160.2500.65
HSL261.82º14.29%30.2%-
HSV(B)261.82º25%34.51%-
XYZ6.536.0610.06-
YUV70.9137.65130.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.46%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=32.46%
G=28.95%
B=38.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7466880.160.2500.65261.8214.2930.2
Hex4A42581019041106e1e
Octal112102130203101014061636
Binary100101010000101011000100001100101000001100000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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