Html Css Color HEX #4B4659 Mulled Wine

📋 copy color: '#4B4659'

red 75 ◦ green 70 ◦ blue 89

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

Shades of Mulled Wine #4B4659

Tints of Mulled Wine #4B4659

RGB

 RED value IS 75 (29.69% from 255) = 32.05%

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 32.05%
G = 29.91%
B = 38.03%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B4659 (or 0x4B4659) is known color: Mulled Wine. HEX triplet: 4B, 46 and 59. RGB value is (75,70,89). Sum of RGB (Red+Green+Blue) = 75+70+89=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4659 is #B4B9A6. Grayscale: #494949. Windows color (decimal): -11844007 or 5850699. OLE color: 5850699.

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

Color convert

RGB 75 70 89 -
CMYK 0.16 0.21 0 0.65
HSL 255.79º 0.12% 0.31% -
HSV(B) 255.79º 0.21% 0.35% -
XYZ 6.89 6.6 10.36 -
YUV 73.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 75 70 89 0.16 0.21 0 0.65 255.79 0.12 0.31
Hex 4B 46 59 10 15 0 41 100 C 1F
Octal 113 106 131 20 25 0 101 400 14 37
Binary 1001011 1000110 1011001 10000 10101 0 1000001 100000000 1100 11111

Color Harmonies of #4B4659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4659

Black with #4B4659

Text Example


Text Example

White with #4B4659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,70,89); }

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

background-color css

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

 a { background-color: rgb(75,70,89); }

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

border-color css

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

 span { border-color: rgb(75,70,89); }

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