Html Css Color HEX #4C4561 Mulled Wine

📋 copy color: '#4C4561'

red 76 ◦ green 69 ◦ blue 97

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

Shades of Mulled Wine #4C4561

Tints of Mulled Wine #4C4561

RGB

 RED value IS 76 (30.08% from 255) = 31.4%

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

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 31.4%
G = 28.51%
B = 40.08%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C4561 (or 0x4C4561) is known color: Mulled Wine. HEX triplet: 4C, 45 and 61. RGB value is (76,69,97). Sum of RGB (Red+Green+Blue) = 76+69+97=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C4561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4561 is #B3BA9E. Grayscale: #4A4A4A. Windows color (decimal): -11778719 or 6374732. OLE color: 6374732.

HSL color Cylindrical-coordinate representation of color #4C4561: hue angle of 255º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C4561 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 69 97 -
CMYK 0.22 0.29 0 0.62
HSL 255º 0.17% 0.33% -
HSV(B) 255º 0.29% 0.38% -
XYZ 7.27 6.66 12.21 -
YUV 74.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 76 69 97 0.22 0.29 0 0.62 255 0.17 0.33
Hex 4C 45 61 16 1D 0 3E FF 11 21
Octal 114 105 141 26 35 0 76 377 21 41
Binary 1001100 1000101 1100001 10110 11101 0 111110 11111111 10001 100001

Color Harmonies of #4C4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4561

Black with #4C4561

Text Example


Text Example

White with #4C4561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,97); }

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

background-color css

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

 a { background-color: rgb(76,69,97); }

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

border-color css

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

 span { border-color: rgb(76,69,97); }

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