Html Css Color HEX #4C435F Mulled Wine

📋 copy color: '#4C435F'

red 76 ◦ green 67 ◦ blue 95

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

Shades of Mulled Wine #4C435F

Tints of Mulled Wine #4C435F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 31.93%
G = 28.15%
B = 39.92%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C435F (or 0x4C435F) is known color: Mulled Wine. HEX triplet: 4C, 43 and 5F. RGB value is (76,67,95). Sum of RGB (Red+Green+Blue) = 76+67+95=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C435F is #B3BCA0. Grayscale: #484848. Windows color (decimal): -11779233 or 6243148. OLE color: 6243148.

HSL color Cylindrical-coordinate representation of color #4C435F: hue angle of 259.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C435F is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 67 95 -
CMYK 0.20 0.29 0 0.63
HSL 259.29º 0.17% 0.32% -
HSV(B) 259.29º 0.29% 0.37% -
XYZ 7.05 6.38 11.69 -
YUV 72.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 76 67 95 0.20 0.29 0 0.63 259.29 0.17 0.32
Hex 4C 43 5F 14 1D 0 3F 103 11 20
Octal 114 103 137 24 35 0 77 403 21 40
Binary 1001100 1000011 1011111 10100 11101 0 111111 100000011 10001 100000

Color Harmonies of #4C435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C435F

Black with #4C435F

Text Example


Text Example

White with #4C435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,67,95); }

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

background-color css

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

 a { background-color: rgb(76,67,95); }

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

border-color css

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

 span { border-color: rgb(76,67,95); }

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