Html Css Color HEX #4B474F Mulled Wine

📋 copy color: '#4B474F'

red 75 ◦ green 71 ◦ blue 79

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

Shades of Mulled Wine #4B474F

Tints of Mulled Wine #4B474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 33.33%
G = 31.56%
B = 35.11%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B474F (or 0x4B474F) is known color: Mulled Wine. HEX triplet: 4B, 47 and 4F. RGB value is (75,71,79). Sum of RGB (Red+Green+Blue) = 75+71+79=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B474F is #B4B8B0. Grayscale: #494949. Windows color (decimal): -11843761 or 5195595. OLE color: 5195595.

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

Color convert

RGB 75 71 79 -
CMYK 0.05 0.10 0 0.69
HSL 270º 0.05% 0.29% -
HSV(B) 270º 0.1% 0.31% -
XYZ 6.57 6.57 8.32 -
YUV 73.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 75 71 79 0.05 0.10 0 0.69 270 0.05 0.29
Hex 4B 47 4F 5 A 0 45 10E 5 1D
Octal 113 107 117 5 12 0 105 416 5 35
Binary 1001011 1000111 1001111 101 1010 0 1000101 100001110 101 11101

Color Harmonies of #4B474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B474F

Black with #4B474F

Text Example


Text Example

White with #4B474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,71,79); }

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

background-color css

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

 a { background-color: rgb(75,71,79); }

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

border-color css

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

 span { border-color: rgb(75,71,79); }

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