Html Css Color HEX #4B455D Mulled Wine

📋 copy color: '#4B455D'

red 75 ◦ green 69 ◦ blue 93

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

Shades of Mulled Wine #4B455D

Tints of Mulled Wine #4B455D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 31.65%
G = 29.11%
B = 39.24%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B455D (or 0x4B455D) is known color: Mulled Wine. HEX triplet: 4B, 45 and 5D. RGB value is (75,69,93). Sum of RGB (Red+Green+Blue) = 75+69+93=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B455D is #B4BAA2. Grayscale: #494949. Windows color (decimal): -11844259 or 6112587. OLE color: 6112587.

HSL color Cylindrical-coordinate representation of color #4B455D: hue angle of 255º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B455D is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 75 69 93 -
CMYK 0.19 0.26 0 0.64
HSL 255º 0.15% 0.32% -
HSV(B) 255º 0.26% 0.36% -
XYZ 7.01 6.54 11.25 -
YUV 73.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 75 69 93 0.19 0.26 0 0.64 255 0.15 0.32
Hex 4B 45 5D 13 1A 0 40 FF F 20
Octal 113 105 135 23 32 0 100 377 17 40
Binary 1001011 1000101 1011101 10011 11010 0 1000000 11111111 1111 100000

Color Harmonies of #4B455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B455D

Black with #4B455D

Text Example


Text Example

White with #4B455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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