Html Css Color HEX #4B3E5B Mulled Wine

📋 copy color: '#4B3E5B'

red 75 ◦ green 62 ◦ blue 91

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

Shades of Mulled Wine #4B3E5B

Tints of Mulled Wine #4B3E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

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

R = 32.89%
G = 27.19%
B = 39.91%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B3E5B (or 0x4B3E5B) is known color: Mulled Wine. HEX triplet: 4B, 3E and 5B. RGB value is (75,62,91). Sum of RGB (Red+Green+Blue) = 75+62+91=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B3E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3E5B is #B4C1A4. Grayscale: #454545. Windows color (decimal): -11846053 or 5979723. OLE color: 5979723.

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

Color convert

RGB 75 62 91 -
CMYK 0.18 0.32 0 0.64
HSL 266.9º 0.19% 0.3% -
HSV(B) 266.9º 0.32% 0.36% -
XYZ 6.51 5.7 10.65 -
YUV 69.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 75 62 91 0.18 0.32 0 0.64 266.9 0.19 0.3
Hex 4B 3E 5B 12 20 0 40 10B 13 1E
Octal 113 76 133 22 40 0 100 413 23 36
Binary 1001011 111110 1011011 10010 100000 0 1000000 100001011 10011 11110

Color Harmonies of #4B3E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3E5B

Black with #4B3E5B

Text Example


Text Example

White with #4B3E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,62,91); }

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

background-color css

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

 a { background-color: rgb(75,62,91); }

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

border-color css

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

 span { border-color: rgb(75,62,91); }

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