Html Css Color HEX #4A435C Mulled Wine

📋 copy color: '#4A435C'

red 74 ◦ green 67 ◦ blue 92

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

Shades of Mulled Wine #4A435C

Tints of Mulled Wine #4A435C

RGB

 RED value IS 74 (29.3% from 255) = 31.76%

 GREEN value IS 67 (26.56% from 255) = 28.76%

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 31.76%
G = 28.76%
B = 39.48%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A435C (or 0x4A435C) is known color: Mulled Wine. HEX triplet: 4A, 43 and 5C. RGB value is (74,67,92). Sum of RGB (Red+Green+Blue) = 74+67+92=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A435C is #B5BCA3. Grayscale: #474747. Windows color (decimal): -11910308 or 6046538. OLE color: 6046538.

HSL color Cylindrical-coordinate representation of color #4A435C: hue angle of 256.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A435C is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 67 92 -
CMYK 0.20 0.27 0 0.64
HSL 256.8º 0.16% 0.31% -
HSV(B) 256.8º 0.27% 0.36% -
XYZ 6.76 6.24 10.97 -
YUV 71.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 74 67 92 0.20 0.27 0 0.64 256.8 0.16 0.31
Hex 4A 43 5C 14 1B 0 40 101 10 1F
Octal 112 103 134 24 33 0 100 401 20 37
Binary 1001010 1000011 1011100 10100 11011 0 1000000 100000001 10000 11111

Color Harmonies of #4A435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A435C

Black with #4A435C

Text Example


Text Example

White with #4A435C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,67,92); }

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

background-color css

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

 a { background-color: rgb(74,67,92); }

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

border-color css

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

 span { border-color: rgb(74,67,92); }

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