Html Css Color HEX #4F4B65 Mulled Wine

📋 copy color: '#4F4B65'

red 79 ◦ green 75 ◦ blue 101

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

Shades of Mulled Wine #4F4B65

Tints of Mulled Wine #4F4B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 30.98%
G = 29.41%
B = 39.61%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4F4B65 (or 0x4F4B65) is known color: Mulled Wine. HEX triplet: 4F, 4B and 65. RGB value is (79,75,101). Sum of RGB (Red+Green+Blue) = 79+75+101=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F4B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4B65 is #B0B49A. Grayscale: #4F4F4F. Windows color (decimal): -11580571 or 6638415. OLE color: 6638415.

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

Color convert

RGB 79 75 101 -
CMYK 0.22 0.26 0 0.60
HSL 249.23º 0.15% 0.35% -
HSV(B) 249.23º 0.26% 0.4% -
XYZ 8.09 7.63 13.36 -
YUV 79.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 79 75 101 0.22 0.26 0 0.60 249.23 0.15 0.35
Hex 4F 4B 65 16 1A 0 3C F9 F 23
Octal 117 113 145 26 32 0 74 371 17 43
Binary 1001111 1001011 1100101 10110 11010 0 111100 11111001 1111 100011

Color Harmonies of #4F4B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4B65

Black with #4F4B65

Text Example


Text Example

White with #4F4B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,75,101); }

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

background-color css

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

 a { background-color: rgb(79,75,101); }

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

border-color css

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

 span { border-color: rgb(79,75,101); }

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