Html Css Color HEX #4C4858 Mulled Wine

📋 copy color: '#4C4858'

red 76 ◦ green 72 ◦ blue 88

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

Shades of Mulled Wine #4C4858

Tints of Mulled Wine #4C4858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 32.2%
G = 30.51%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C4858 (or 0x4C4858) is known color: Mulled Wine. HEX triplet: 4C, 48 and 58. RGB value is (76,72,88). Sum of RGB (Red+Green+Blue) = 76+72+88=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C4858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4858 is #B3B7A7. Grayscale: #4A4A4A. Windows color (decimal): -11777960 or 5785676. OLE color: 5785676.

HSL color Cylindrical-coordinate representation of color #4C4858: hue angle of 255º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C4858 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 72 88 -
CMYK 0.14 0.18 0 0.65
HSL 255º 0.1% 0.31% -
HSV(B) 255º 0.18% 0.35% -
XYZ 7.06 6.88 10.19 -
YUV 75.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 76 72 88 0.14 0.18 0 0.65 255 0.1 0.31
Hex 4C 48 58 E 12 0 41 FF A 1F
Octal 114 110 130 16 22 0 101 377 12 37
Binary 1001100 1001000 1011000 1110 10010 0 1000001 11111111 1010 11111

Color Harmonies of #4C4858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4858

Black with #4C4858

Text Example


Text Example

White with #4C4858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,72,88); }

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

background-color css

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

 a { background-color: rgb(76,72,88); }

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

border-color css

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

 span { border-color: rgb(76,72,88); }

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