Html Css Color HEX #4A454E Mulled Wine

📋 copy color: '#4A454E'

red 74 ◦ green 69 ◦ blue 78

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

Shades of Mulled Wine #4A454E

Tints of Mulled Wine #4A454E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 33.48%
G = 31.22%
B = 35.29%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A454E (or 0x4A454E) is known color: Mulled Wine. HEX triplet: 4A, 45 and 4E. RGB value is (74,69,78). Sum of RGB (Red+Green+Blue) = 74+69+78=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A454E is #B5BAB1. Grayscale: #474747. Windows color (decimal): -11909810 or 5129546. OLE color: 5129546.

HSL color Cylindrical-coordinate representation of color #4A454E: hue angle of 273.33º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A454E is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 69 78 -
CMYK 0.05 0.12 0 0.69
HSL 273.33º 0.06% 0.29% -
HSV(B) 273.33º 0.12% 0.31% -
XYZ 6.33 6.26 8.08 -
YUV 71.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 74 69 78 0.05 0.12 0 0.69 273.33 0.06 0.29
Hex 4A 45 4E 5 C 0 45 111 6 1D
Octal 112 105 116 5 14 0 105 421 6 35
Binary 1001010 1000101 1001110 101 1100 0 1000101 100010001 110 11101

Color Harmonies of #4A454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A454E

Black with #4A454E

Text Example


Text Example

White with #4A454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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