Html Css Color HEX #4B435E Mulled Wine

📋 copy color: '#4B435E'

red 75 ◦ green 67 ◦ blue 94

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

Shades of Mulled Wine #4B435E

Tints of Mulled Wine #4B435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 31.78%
G = 28.39%
B = 39.83%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B435E (or 0x4B435E) is known color: Mulled Wine. HEX triplet: 4B, 43 and 5E. RGB value is (75,67,94). Sum of RGB (Red+Green+Blue) = 75+67+94=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B435E is #B4BCA1. Grayscale: #484848. Windows color (decimal): -11844770 or 6177611. OLE color: 6177611.

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

Color convert

RGB 75 67 94 -
CMYK 0.20 0.29 0 0.63
HSL 257.78º 0.17% 0.32% -
HSV(B) 257.78º 0.29% 0.37% -
XYZ 6.93 6.32 11.44 -
YUV 72.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 75 67 94 0.20 0.29 0 0.63 257.78 0.17 0.32
Hex 4B 43 5E 14 1D 0 3F 102 11 20
Octal 113 103 136 24 35 0 77 402 21 40
Binary 1001011 1000011 1011110 10100 11101 0 111111 100000010 10001 100000

Color Harmonies of #4B435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B435E

Black with #4B435E

Text Example


Text Example

White with #4B435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,67,94); }

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

background-color css

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

 a { background-color: rgb(75,67,94); }

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

border-color css

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

 span { border-color: rgb(75,67,94); }

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