#4A415B

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

Shades of Mulled Wine #4A415B

Tints of Mulled Wine #4A415B

Color information

#4A415B (or 0x4A415B) is unknown color: approx Mulled Wine. HEX triplet: 4A, 41 and 5B. RGB value is (74,65,91). Sum of RGB (Red+Green+Blue) = 74+65+91=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A415B is #B5BEA4. Grayscale: #464646. Windows color (decimal): -11910821 or 5980490. OLE color: 5980490.

HSL color Cylindrical-coordinate representation of color #4A415B: hue angle of 260.77º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A415B is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB746591-
CMYK0.190.2900.64
HSL260.77º16.67%30.59%-
HSV(B)260.77º28.57%35.69%-
XYZ6.65.9910.71-
YUV70.66139.48130.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=32.17%
G=28.26%
B=39.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7465910.190.2900.64260.7716.6730.59
Hex4A415B131D040105111f
Octal112101133233501004052137
Binary1001010100000110110111001111101010000001000001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,65,91); }

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

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

 a { background-color: rgb(74,65,91); }

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

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

 span { border-color: rgb(74,65,91); }

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