Html Css Color HEX #4B4352 Mulled Wine

📋 copy color: '#4B4352'

red 75 ◦ green 67 ◦ blue 82

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

Shades of Mulled Wine #4B4352

Tints of Mulled Wine #4B4352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 33.48%
G = 29.91%
B = 36.61%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4B4352 (or 0x4B4352) is known color: Mulled Wine. HEX triplet: 4B, 43 and 52. RGB value is (75,67,82). Sum of RGB (Red+Green+Blue) = 75+67+82=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B4352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4352 is #B4BCAD. Grayscale: #474747. Windows color (decimal): -11844782 or 5391179. OLE color: 5391179.

HSL color Cylindrical-coordinate representation of color #4B4352: hue angle of 272º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B4352 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 67 82 -
CMYK 0.09 0.18 0 0.68
HSL 272º 0.1% 0.29% -
HSV(B) 272º 0.18% 0.32% -
XYZ 6.43 6.12 8.82 -
YUV 71.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 75 67 82 0.09 0.18 0 0.68 272 0.1 0.29
Hex 4B 43 52 9 12 0 44 110 A 1D
Octal 113 103 122 11 22 0 104 420 12 35
Binary 1001011 1000011 1010010 1001 10010 0 1000100 100010000 1010 11101

Color Harmonies of #4B4352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4352

Black with #4B4352

Text Example


Text Example

White with #4B4352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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