Html Css Color HEX #4B4158 Mulled Wine

📋 copy color: '#4B4158'

red 75 ◦ green 65 ◦ blue 88

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

Shades of Mulled Wine #4B4158

Tints of Mulled Wine #4B4158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 32.89%
G = 28.51%
B = 38.6%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B4158 (or 0x4B4158) is known color: Mulled Wine. HEX triplet: 4B, 41 and 58. RGB value is (75,65,88). Sum of RGB (Red+Green+Blue) = 75+65+88=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B4158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4158 is #B4BEA7. Grayscale: #464646. Windows color (decimal): -11845288 or 5783883. OLE color: 5783883.

HSL color Cylindrical-coordinate representation of color #4B4158: hue angle of 266.09º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B4158 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 65 88 -
CMYK 0.15 0.26 0 0.65
HSL 266.09º 0.15% 0.3% -
HSV(B) 266.09º 0.26% 0.35% -
XYZ 6.55 5.98 10.04 -
YUV 70.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 75 65 88 0.15 0.26 0 0.65 266.09 0.15 0.3
Hex 4B 41 58 F 1A 0 41 10A F 1E
Octal 113 101 130 17 32 0 101 412 17 36
Binary 1001011 1000001 1011000 1111 11010 0 1000001 100001010 1111 11110

Color Harmonies of #4B4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4158

Black with #4B4158

Text Example


Text Example

White with #4B4158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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