Html Css Color HEX #4B425A Mulled Wine

📋 copy color: '#4B425A'

red 75 ◦ green 66 ◦ blue 90

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

Shades of Mulled Wine #4B425A

Tints of Mulled Wine #4B425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 32.47%
G = 28.57%
B = 38.96%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B425A (or 0x4B425A) is known color: Mulled Wine. HEX triplet: 4B, 42 and 5A. RGB value is (75,66,90). Sum of RGB (Red+Green+Blue) = 75+66+90=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B425A is #B4BDA5. Grayscale: #474747. Windows color (decimal): -11845030 or 5915211. OLE color: 5915211.

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

Color convert

RGB 75 66 90 -
CMYK 0.17 0.27 0 0.65
HSL 262.5º 0.15% 0.31% -
HSV(B) 262.5º 0.27% 0.35% -
XYZ 6.7 6.13 10.5 -
YUV 71.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 75 66 90 0.17 0.27 0 0.65 262.5 0.15 0.31
Hex 4B 42 5A 11 1B 0 41 106 F 1F
Octal 113 102 132 21 33 0 101 406 17 37
Binary 1001011 1000010 1011010 10001 11011 0 1000001 100000110 1111 11111

Color Harmonies of #4B425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B425A

Black with #4B425A

Text Example


Text Example

White with #4B425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,90); }

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

background-color css

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

 a { background-color: rgb(75,66,90); }

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

border-color css

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

 span { border-color: rgb(75,66,90); }

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