Html Css Color HEX #4A4053 Mulled Wine

📋 copy color: '#4A4053'

red 74 ◦ green 64 ◦ blue 83

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

Shades of Mulled Wine #4A4053

Tints of Mulled Wine #4A4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 33.48%
G = 28.96%
B = 37.56%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A4053 (or 0x4A4053) is known color: Mulled Wine. HEX triplet: 4A, 40 and 53. RGB value is (74,64,83). Sum of RGB (Red+Green+Blue) = 74+64+83=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A4053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4053 is #B5BFAC. Grayscale: #454545. Windows color (decimal): -11911085 or 5455946. OLE color: 5455946.

HSL color Cylindrical-coordinate representation of color #4A4053: hue angle of 271.58º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A4053 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 64 83 -
CMYK 0.11 0.23 0 0.67
HSL 271.58º 0.13% 0.29% -
HSV(B) 271.58º 0.23% 0.33% -
XYZ 6.22 5.75 8.97 -
YUV 69.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 74 64 83 0.11 0.23 0 0.67 271.58 0.13 0.29
Hex 4A 40 53 B 17 0 43 110 D 1D
Octal 112 100 123 13 27 0 103 420 15 35
Binary 1001010 1000000 1010011 1011 10111 0 1000011 100010000 1101 11101

Color Harmonies of #4A4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4053

Black with #4A4053

Text Example


Text Example

White with #4A4053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,64,83); }

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

background-color css

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

 a { background-color: rgb(74,64,83); }

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

border-color css

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

 span { border-color: rgb(74,64,83); }

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