Html Css Color HEX #4A4551 Mulled Wine

📋 copy color: '#4A4551'

red 74 ◦ green 69 ◦ blue 81

#4A4551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #4A4551

Tints of Mulled Wine #4A4551

RGB

 RED value IS 74 (29.3% from 255) = 33.04%

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 33.04%
G = 30.8%
B = 36.16%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A4551 (or 0x4A4551) is known color: 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

RGB 74 69 81 -
CMYK 0.09 0.15 0 0.68
HSL 265º 0.08% 0.29% -
HSV(B) 265º 0.15% 0.32% -
XYZ 6.44 6.31 8.66 -
YUV 71.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 74 69 81 0.09 0.15 0 0.68 265 0.08 0.29
Hex 4A 45 51 9 F 0 44 109 8 1D
Octal 112 105 121 11 17 0 104 411 10 35
Binary 1001010 1000101 1010001 1001 1111 0 1000100 100001001 1000 11101

Color Harmonies of #4A4551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4551

Black with #4A4551

Text Example


Text Example

White with #4A4551

Text Example


Text Example

HTML Codes & Css Web 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>