Html Css Color HEX #4B4551 Mulled Wine

📋 copy color: '#4B4551'

red 75 ◦ green 69 ◦ blue 81

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

Shades of Mulled Wine #4B4551

Tints of Mulled Wine #4B4551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

 BLUE value IS 81 (32.03% from 255) = 36%

R = 33.33%
G = 30.67%
B = 36%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4B4551 (or 0x4B4551) is known color: Mulled Wine. HEX triplet: 4B, 45 and 51. RGB value is (75,69,81). Sum of RGB (Red+Green+Blue) = 75+69+81=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B4551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4551 is #B4BAAE. Grayscale: #484848. Windows color (decimal): -11844271 or 5326155. OLE color: 5326155.

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

Color convert

RGB 75 69 81 -
CMYK 0.07 0.15 0 0.68
HSL 270º 0.08% 0.29% -
HSV(B) 270º 0.15% 0.32% -
XYZ 6.51 6.35 8.67 -
YUV 72.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 75 69 81 0.07 0.15 0 0.68 270 0.08 0.29
Hex 4B 45 51 7 F 0 44 10E 8 1D
Octal 113 105 121 7 17 0 104 416 10 35
Binary 1001011 1000101 1010001 111 1111 0 1000100 100001110 1000 11101

Color Harmonies of #4B4551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4551

Black with #4B4551

Text Example


Text Example

White with #4B4551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,69,81); }

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

background-color css

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

 a { background-color: rgb(75,69,81); }

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

border-color css

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

 span { border-color: rgb(75,69,81); }

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