Html Css Color HEX #4F415B Mulled Wine

📋 copy color: '#4F415B'

red 79 ◦ green 65 ◦ blue 91

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

Shades of Mulled Wine #4F415B

Tints of Mulled Wine #4F415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 33.62%
G = 27.66%
B = 38.72%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F415B (or 0x4F415B) is known color: Mulled Wine. HEX triplet: 4F, 41 and 5B. RGB value is (79,65,91). Sum of RGB (Red+Green+Blue) = 79+65+91=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F415B is #B0BEA4. Grayscale: #484848. Windows color (decimal): -11583141 or 5980495. OLE color: 5980495.

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

Color convert

RGB 79 65 91 -
CMYK 0.13 0.29 0 0.64
HSL 272.31º 0.17% 0.31% -
HSV(B) 272.31º 0.29% 0.36% -
XYZ 7 6.2 10.72 -
YUV 72.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 79 65 91 0.13 0.29 0 0.64 272.31 0.17 0.31
Hex 4F 41 5B D 1D 0 40 110 11 1F
Octal 117 101 133 15 35 0 100 420 21 37
Binary 1001111 1000001 1011011 1101 11101 0 1000000 100010000 10001 11111

Color Harmonies of #4F415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F415B

Black with #4F415B

Text Example


Text Example

White with #4F415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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