Html Css Color HEX #4C4851 Mulled Wine

📋 copy color: '#4C4851'

red 76 ◦ green 72 ◦ blue 81

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

Shades of Mulled Wine #4C4851

Tints of Mulled Wine #4C4851

RGB

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

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

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

R = 33.19%
G = 31.44%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4C4851 (or 0x4C4851) is known color: Mulled Wine. HEX triplet: 4C, 48 and 51. RGB value is (76,72,81). Sum of RGB (Red+Green+Blue) = 76+72+81=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C4851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4851 is #B3B7AE. Grayscale: #4A4A4A. Windows color (decimal): -11777967 or 5326924. OLE color: 5326924.

HSL color Cylindrical-coordinate representation of color #4C4851: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C4851 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 72 81 -
CMYK 0.06 0.11 0 0.68
HSL 266.67º 0.06% 0.3% -
HSV(B) 266.67º 0.11% 0.32% -
XYZ 6.78 6.77 8.73 -
YUV 74.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 76 72 81 0.06 0.11 0 0.68 266.67 0.06 0.3
Hex 4C 48 51 6 B 0 44 10B 6 1E
Octal 114 110 121 6 13 0 104 413 6 36
Binary 1001100 1001000 1010001 110 1011 0 1000100 100001011 110 11110

Color Harmonies of #4C4851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4851

Black with #4C4851

Text Example


Text Example

White with #4C4851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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