Html Css Color HEX #4A4251 Mulled Wine

📋 copy color: '#4A4251'

red 74 ◦ green 66 ◦ blue 81

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

Shades of Mulled Wine #4A4251

Tints of Mulled Wine #4A4251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

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

R = 33.48%
G = 29.86%
B = 36.65%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A4251 (or 0x4A4251) is known color: Mulled Wine. HEX triplet: 4A, 42 and 51. RGB value is (74,66,81). Sum of RGB (Red+Green+Blue) = 74+66+81=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4251 is #B5BDAE. Grayscale: #464646. Windows color (decimal): -11910575 or 5325386. OLE color: 5325386.

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

Color convert

RGB 74 66 81 -
CMYK 0.09 0.19 0 0.68
HSL 272º 0.1% 0.29% -
HSV(B) 272º 0.19% 0.32% -
XYZ 6.26 5.95 8.6 -
YUV 70.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 74 66 81 0.09 0.19 0 0.68 272 0.1 0.29
Hex 4A 42 51 9 13 0 44 110 A 1D
Octal 112 102 121 11 23 0 104 420 12 35
Binary 1001010 1000010 1010001 1001 10011 0 1000100 100010000 1010 11101

Color Harmonies of #4A4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4251

Black with #4A4251

Text Example


Text Example

White with #4A4251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A4251;
 }
 .AnyTagClassName
 {
   color: #4A4251;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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