Html Css Color HEX #4C315B Scarlet Gum

📋 copy color: '#4C315B'

red 76 ◦ green 49 ◦ blue 91

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

Shades of Scarlet Gum #4C315B

Tints of Scarlet Gum #4C315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 35.19%
G = 22.69%
B = 42.13%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C315B (or 0x4C315B) is known color: Scarlet Gum. HEX triplet: 4C, 31 and 5B. RGB value is (76,49,91). Sum of RGB (Red+Green+Blue) = 76+49+91=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C315B is #B3CEA4. Grayscale: #3D3D3D. Windows color (decimal): -11783845 or 5976396. OLE color: 5976396.

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

Color convert

RGB 76 49 91 -
CMYK 0.16 0.46 0 0.64
HSL 278.57º 0.3% 0.27% -
HSV(B) 278.57º 0.46% 0.36% -
XYZ 5.97 4.49 10.45 -
YUV 61.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 76 49 91 0.16 0.46 0 0.64 278.57 0.3 0.27
Hex 4C 31 5B 10 2E 0 40 117 1E 1B
Octal 114 61 133 20 56 0 100 427 36 33
Binary 1001100 110001 1011011 10000 101110 0 1000000 100010111 11110 11011

Color Harmonies of #4C315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C315B

Black with #4C315B

Text Example


Text Example

White with #4C315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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