Html Css Color HEX #4B4253 Mulled Wine

📋 copy color: '#4B4253'

red 75 ◦ green 66 ◦ blue 83

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

Shades of Mulled Wine #4B4253

Tints of Mulled Wine #4B4253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.46%

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 33.48%
G = 29.46%
B = 37.05%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B4253 (or 0x4B4253) is known color: Mulled Wine. HEX triplet: 4B, 42 and 53. RGB value is (75,66,83). Sum of RGB (Red+Green+Blue) = 75+66+83=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B4253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4253 is #B4BDAC. Grayscale: #464646. Windows color (decimal): -11845037 or 5456459. OLE color: 5456459.

HSL color Cylindrical-coordinate representation of color #4B4253: hue angle of 271.76º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B4253 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 66 83 -
CMYK 0.10 0.20 0 0.67
HSL 271.76º 0.11% 0.29% -
HSV(B) 271.76º 0.2% 0.33% -
XYZ 6.41 6.02 9.01 -
YUV 70.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 75 66 83 0.10 0.20 0 0.67 271.76 0.11 0.29
Hex 4B 42 53 A 14 0 43 110 B 1D
Octal 113 102 123 12 24 0 103 420 13 35
Binary 1001011 1000010 1010011 1010 10100 0 1000011 100010000 1011 11101

Color Harmonies of #4B4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4253

Black with #4B4253

Text Example


Text Example

White with #4B4253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,83); }

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

background-color css

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

 a { background-color: rgb(75,66,83); }

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

border-color css

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

 span { border-color: rgb(75,66,83); }

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