Html Css Color HEX #4B4653 Mulled Wine

📋 copy color: '#4B4653'

red 75 ◦ green 70 ◦ blue 83

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

Shades of Mulled Wine #4B4653

Tints of Mulled Wine #4B4653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.7%

 BLUE value IS 83 (32.81% from 255) = 36.4%

R = 32.89%
G = 30.7%
B = 36.4%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B4653 (or 0x4B4653) is known color: Mulled Wine. HEX triplet: 4B, 46 and 53. RGB value is (75,70,83). Sum of RGB (Red+Green+Blue) = 75+70+83=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B4653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4653 is #B4B9AC. Grayscale: #484848. Windows color (decimal): -11844013 or 5457483. OLE color: 5457483.

HSL color Cylindrical-coordinate representation of color #4B4653: hue angle of 263.08º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B4653 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 70 83 -
CMYK 0.10 0.16 0 0.67
HSL 263.08º 0.08% 0.3% -
HSV(B) 263.08º 0.16% 0.33% -
XYZ 6.65 6.5 9.09 -
YUV 72.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 75 70 83 0.10 0.16 0 0.67 263.08 0.08 0.3
Hex 4B 46 53 A 10 0 43 107 8 1E
Octal 113 106 123 12 20 0 103 407 10 36
Binary 1001011 1000110 1010011 1010 10000 0 1000011 100000111 1000 11110

Color Harmonies of #4B4653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4653

Black with #4B4653

Text Example


Text Example

White with #4B4653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,70,83); }

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

background-color css

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

 a { background-color: rgb(75,70,83); }

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

border-color css

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

 span { border-color: rgb(75,70,83); }

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