Html Css Color HEX #4B4A4D Mulled Wine

📋 copy color: '#4B4A4D'

red 75 ◦ green 74 ◦ blue 77

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

Shades of Mulled Wine #4B4A4D

Tints of Mulled Wine #4B4A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 33.19%
G = 32.74%
B = 34.07%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4B4A4D (or 0x4B4A4D) is known color: Mulled Wine. HEX triplet: 4B, 4A and 4D. RGB value is (75,74,77). Sum of RGB (Red+Green+Blue) = 75+74+77=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B4A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4A4D is #B4B5B2. Grayscale: #4A4A4A. Windows color (decimal): -11842995 or 5065291. OLE color: 5065291.

HSL color Cylindrical-coordinate representation of color #4B4A4D: hue angle of 260º degrees, saturation: 0.02, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4B4A4D is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 75 74 77 -
CMYK 0.03 0.04 0 0.70
HSL 260º 0.02% 0.3% -
HSV(B) 260º 0.04% 0.3% -
XYZ 6.69 6.93 8.01 -
YUV 74.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 75 74 77 0.03 0.04 0 0.70 260 0.02 0.3
Hex 4B 4A 4D 3 4 0 46 104 2 1E
Octal 113 112 115 3 4 0 106 404 2 36
Binary 1001011 1001010 1001101 11 100 0 1000110 100000100 10 11110

Color Harmonies of #4B4A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4A4D

Black with #4B4A4D

Text Example


Text Example

White with #4B4A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,74,77); }

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

background-color css

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

 a { background-color: rgb(75,74,77); }

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

border-color css

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

 span { border-color: rgb(75,74,77); }

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