Html Css Color HEX #4B415C Mulled Wine

📋 copy color: '#4B415C'

red 75 ◦ green 65 ◦ blue 92

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

Shades of Mulled Wine #4B415C

Tints of Mulled Wine #4B415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.66%

R = 32.33%
G = 28.02%
B = 39.66%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B415C (or 0x4B415C) is known color: Mulled Wine. HEX triplet: 4B, 41 and 5C. RGB value is (75,65,92). Sum of RGB (Red+Green+Blue) = 75+65+92=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B415C is #B4BEA3. Grayscale: #464646. Windows color (decimal): -11845284 or 6046027. OLE color: 6046027.

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

Color convert

RGB 75 65 92 -
CMYK 0.18 0.29 0 0.64
HSL 262.22º 0.17% 0.31% -
HSV(B) 262.22º 0.29% 0.36% -
XYZ 6.72 6.05 10.94 -
YUV 71.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 75 65 92 0.18 0.29 0 0.64 262.22 0.17 0.31
Hex 4B 41 5C 12 1D 0 40 106 11 1F
Octal 113 101 134 22 35 0 100 406 21 37
Binary 1001011 1000001 1011100 10010 11101 0 1000000 100000110 10001 11111

Color Harmonies of #4B415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B415C

Black with #4B415C

Text Example


Text Example

White with #4B415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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