#4A4551

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

Shades of Mulled Wine #4A4551

Tints of Mulled Wine #4A4551

Color information

#4A4551 (or 0x4A4551) is unknown color: approx Mulled Wine. HEX triplet: 4A, 45 and 51. RGB value is (74,69,81). Sum of RGB (Red+Green+Blue) = 74+69+81=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A4551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4551 is #B5BAAE. Grayscale: #474747. Windows color (decimal): -11909807 or 5326154. OLE color: 5326154.

HSL color Cylindrical-coordinate representation of color #4A4551: hue angle of 265º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4A4551 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB746981-
CMYK0.090.1500.68
HSL265º8%29.41%-
HSV(B)265º14.81%31.76%-
XYZ6.446.318.66-
YUV71.86133.16129.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=33.04%
G=30.80%
B=36.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7469810.090.1500.68265829.41
Hex4A45519F04410981d
Octal112105121111701044111035
Binary1001010100010110100011001111101000100100001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,69,81); }

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

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

 a { background-color: rgb(74,69,81); }

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

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

 span { border-color: rgb(74,69,81); }

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