Html Css Color HEX #4B484E Mulled Wine

📋 copy color: '#4B484E'

red 75 ◦ green 72 ◦ blue 78

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

Shades of Mulled Wine #4B484E

Tints of Mulled Wine #4B484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 33.33%
G = 32%
B = 34.67%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B484E (or 0x4B484E) is known color: Mulled Wine. HEX triplet: 4B, 48 and 4E. RGB value is (75,72,78). Sum of RGB (Red+Green+Blue) = 75+72+78=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B484E is #B4B7B1. Grayscale: #494949. Windows color (decimal): -11843506 or 5130315. OLE color: 5130315.

HSL color Cylindrical-coordinate representation of color #4B484E: hue angle of 270º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4B484E is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 72 78 -
CMYK 0.04 0.08 0 0.69
HSL 270º 0.04% 0.29% -
HSV(B) 270º 0.08% 0.31% -
XYZ 6.59 6.68 8.15 -
YUV 73.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 75 72 78 0.04 0.08 0 0.69 270 0.04 0.29
Hex 4B 48 4E 4 8 0 45 10E 4 1D
Octal 113 110 116 4 10 0 105 416 4 35
Binary 1001011 1001000 1001110 100 1000 0 1000101 100001110 100 11101

Color Harmonies of #4B484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B484E

Black with #4B484E

Text Example


Text Example

White with #4B484E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,72,78); }

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

background-color css

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

 a { background-color: rgb(75,72,78); }

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

border-color css

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

 span { border-color: rgb(75,72,78); }

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