Html Css Color HEX #4F435A Mulled Wine

📋 copy color: '#4F435A'

red 79 ◦ green 67 ◦ blue 90

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

Shades of Mulled Wine #4F435A

Tints of Mulled Wine #4F435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 33.47%
G = 28.39%
B = 38.14%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F435A (or 0x4F435A) is known color: Mulled Wine. HEX triplet: 4F, 43 and 5A. RGB value is (79,67,90). Sum of RGB (Red+Green+Blue) = 79+67+90=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F435A is #B0BCA5. Grayscale: #494949. Windows color (decimal): -11582630 or 5915471. OLE color: 5915471.

HSL color Cylindrical-coordinate representation of color #4F435A: hue angle of 271.3º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F435A is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 67 90 -
CMYK 0.12 0.26 0 0.65
HSL 271.3º 0.15% 0.31% -
HSV(B) 271.3º 0.26% 0.35% -
XYZ 7.08 6.41 10.54 -
YUV 73.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 79 67 90 0.12 0.26 0 0.65 271.3 0.15 0.31
Hex 4F 43 5A C 1A 0 41 10F F 1F
Octal 117 103 132 14 32 0 101 417 17 37
Binary 1001111 1000011 1011010 1100 11010 0 1000001 100001111 1111 11111

Color Harmonies of #4F435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F435A

Black with #4F435A

Text Example


Text Example

White with #4F435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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