Html Css Color HEX #4F415D Mulled Wine

📋 copy color: '#4F415D'

red 79 ◦ green 65 ◦ blue 93

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

Shades of Mulled Wine #4F415D

Tints of Mulled Wine #4F415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

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

R = 33.33%
G = 27.43%
B = 39.24%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F415D (or 0x4F415D) is known color: Mulled Wine. HEX triplet: 4F, 41 and 5D. RGB value is (79,65,93). Sum of RGB (Red+Green+Blue) = 79+65+93=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F415D is #B0BEA2. Grayscale: #484848. Windows color (decimal): -11583139 or 6111567. OLE color: 6111567.

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

Color convert

RGB 79 65 93 -
CMYK 0.15 0.30 0 0.64
HSL 270º 0.18% 0.31% -
HSV(B) 270º 0.3% 0.36% -
XYZ 7.09 6.23 11.19 -
YUV 72.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 79 65 93 0.15 0.30 0 0.64 270 0.18 0.31
Hex 4F 41 5D F 1E 0 40 10E 12 1F
Octal 117 101 135 17 36 0 100 416 22 37
Binary 1001111 1000001 1011101 1111 11110 0 1000000 100001110 10010 11111

Color Harmonies of #4F415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F415D

Black with #4F415D

Text Example


Text Example

White with #4F415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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