Html Css Color HEX #4F435D Mulled Wine

📋 copy color: '#4F435D'

red 79 ◦ green 67 ◦ blue 93

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

Shades of Mulled Wine #4F435D

Tints of Mulled Wine #4F435D

RGB

 RED value IS 79 (31.25% from 255) = 33.05%

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

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 33.05%
G = 28.03%
B = 38.91%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F435D (or 0x4F435D) is known color: Mulled Wine. HEX triplet: 4F, 43 and 5D. RGB value is (79,67,93). Sum of RGB (Red+Green+Blue) = 79+67+93=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F435D is #B0BCA2. Grayscale: #494949. Windows color (decimal): -11582627 or 6112079. OLE color: 6112079.

HSL color Cylindrical-coordinate representation of color #4F435D: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F435D is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 67 93 -
CMYK 0.15 0.28 0 0.64
HSL 267.69º 0.16% 0.31% -
HSV(B) 267.69º 0.28% 0.36% -
XYZ 7.21 6.47 11.22 -
YUV 73.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 79 67 93 0.15 0.28 0 0.64 267.69 0.16 0.31
Hex 4F 43 5D F 1C 0 40 10C 10 1F
Octal 117 103 135 17 34 0 100 414 20 37
Binary 1001111 1000011 1011101 1111 11100 0 1000000 100001100 10000 11111

Color Harmonies of #4F435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F435D

Black with #4F435D

Text Example


Text Example

White with #4F435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,67,93); }

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

background-color css

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

 a { background-color: rgb(79,67,93); }

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

border-color css

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

 span { border-color: rgb(79,67,93); }

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