Html Css Color HEX #4C3155 Scarlet Gum

📋 copy color: '#4C3155'

red 76 ◦ green 49 ◦ blue 85

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

Shades of Scarlet Gum #4C3155

Tints of Scarlet Gum #4C3155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 36.19%
G = 23.33%
B = 40.48%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C3155 (or 0x4C3155) is known color: Scarlet Gum. HEX triplet: 4C, 31 and 55. RGB value is (76,49,85). Sum of RGB (Red+Green+Blue) = 76+49+85=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3155 is #B3CEAA. Grayscale: #3D3D3D. Windows color (decimal): -11783851 or 5583180. OLE color: 5583180.

HSL color Cylindrical-coordinate representation of color #4C3155: hue angle of 285º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C3155 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 49 85 -
CMYK 0.11 0.42 0 0.67
HSL 285º 0.27% 0.26% -
HSV(B) 285º 0.42% 0.33% -
XYZ 5.72 4.39 9.14 -
YUV 61.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 76 49 85 0.11 0.42 0 0.67 285 0.27 0.26
Hex 4C 31 55 B 2A 0 43 11D 1B 1A
Octal 114 61 125 13 52 0 103 435 33 32
Binary 1001100 110001 1010101 1011 101010 0 1000011 100011101 11011 11010

Color Harmonies of #4C3155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3155

Black with #4C3155

Text Example


Text Example

White with #4C3155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,49,85); }

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

background-color css

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

 a { background-color: rgb(76,49,85); }

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

border-color css

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

 span { border-color: rgb(76,49,85); }

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