Html Css Color HEX #4C455A Mulled Wine

📋 copy color: '#4C455A'

red 76 ◦ green 69 ◦ blue 90

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

Shades of Mulled Wine #4C455A

Tints of Mulled Wine #4C455A

RGB

 RED value IS 76 (30.08% from 255) = 32.34%

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

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 32.34%
G = 29.36%
B = 38.3%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C455A (or 0x4C455A) is known color: Mulled Wine. HEX triplet: 4C, 45 and 5A. RGB value is (76,69,90). Sum of RGB (Red+Green+Blue) = 76+69+90=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C455A is #B3BAA5. Grayscale: #494949. Windows color (decimal): -11778726 or 5915980. OLE color: 5915980.

HSL color Cylindrical-coordinate representation of color #4C455A: hue angle of 260º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C455A is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 69 90 -
CMYK 0.16 0.23 0 0.65
HSL 260º 0.13% 0.31% -
HSV(B) 260º 0.23% 0.35% -
XYZ 6.95 6.53 10.57 -
YUV 73.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 76 69 90 0.16 0.23 0 0.65 260 0.13 0.31
Hex 4C 45 5A 10 17 0 41 104 D 1F
Octal 114 105 132 20 27 0 101 404 15 37
Binary 1001100 1000101 1011010 10000 10111 0 1000001 100000100 1101 11111

Color Harmonies of #4C455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C455A

Black with #4C455A

Text Example


Text Example

White with #4C455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,90); }

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

background-color css

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

 a { background-color: rgb(76,69,90); }

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

border-color css

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

 span { border-color: rgb(76,69,90); }

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