Html Css Color HEX #4B415D Mulled Wine

📋 copy color: '#4B415D'

red 75 ◦ green 65 ◦ blue 93

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

Shades of Mulled Wine #4B415D

Tints of Mulled Wine #4B415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 32.19%
G = 27.9%
B = 39.91%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B415D (or 0x4B415D) is known color: Mulled Wine. HEX triplet: 4B, 41 and 5D. RGB value is (75,65,93). Sum of RGB (Red+Green+Blue) = 75+65+93=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B415D is #B4BEA2. Grayscale: #474747. Windows color (decimal): -11845283 or 6111563. OLE color: 6111563.

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

Color convert

RGB 75 65 93 -
CMYK 0.19 0.30 0 0.64
HSL 261.43º 0.18% 0.31% -
HSV(B) 261.43º 0.3% 0.36% -
XYZ 6.77 6.07 11.17 -
YUV 71.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 75 65 93 0.19 0.30 0 0.64 261.43 0.18 0.31
Hex 4B 41 5D 13 1E 0 40 105 12 1F
Octal 113 101 135 23 36 0 100 405 22 37
Binary 1001011 1000001 1011101 10011 11110 0 1000000 100000101 10010 11111

Color Harmonies of #4B415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B415D

Black with #4B415D

Text Example


Text Example

White with #4B415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,65,93); }

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

background-color css

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

 a { background-color: rgb(75,65,93); }

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

border-color css

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

 span { border-color: rgb(75,65,93); }

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