Html Css Color HEX #4B445F Mulled Wine

📋 copy color: '#4B445F'

red 75 ◦ green 68 ◦ blue 95

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

Shades of Mulled Wine #4B445F

Tints of Mulled Wine #4B445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 31.51%
G = 28.57%
B = 39.92%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B445F (or 0x4B445F) is known color: Mulled Wine. HEX triplet: 4B, 44 and 5F. RGB value is (75,68,95). Sum of RGB (Red+Green+Blue) = 75+68+95=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B445F is #B4BBA0. Grayscale: #494949. Windows color (decimal): -11844513 or 6243403. OLE color: 6243403.

HSL color Cylindrical-coordinate representation of color #4B445F: hue angle of 255.56º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B445F is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 75 68 95 -
CMYK 0.21 0.28 0 0.63
HSL 255.56º 0.17% 0.32% -
HSV(B) 255.56º 0.28% 0.37% -
XYZ 7.03 6.46 11.7 -
YUV 73.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 75 68 95 0.21 0.28 0 0.63 255.56 0.17 0.32
Hex 4B 44 5F 15 1C 0 3F 100 11 20
Octal 113 104 137 25 34 0 77 400 21 40
Binary 1001011 1000100 1011111 10101 11100 0 111111 100000000 10001 100000

Color Harmonies of #4B445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B445F

Black with #4B445F

Text Example


Text Example

White with #4B445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,68,95); }

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

background-color css

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

 a { background-color: rgb(75,68,95); }

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

border-color css

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

 span { border-color: rgb(75,68,95); }

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