Html Css Color HEX #4C2764 Scarlet Gum

📋 copy color: '#4C2764'

red 76 ◦ green 39 ◦ blue 100

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

Shades of Scarlet Gum #4C2764

Tints of Scarlet Gum #4C2764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

 BLUE value IS 100 (39.45% from 255) = 46.51%

R = 35.35%
G = 18.14%
B = 46.51%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4C2764 (or 0x4C2764) is known color: Scarlet Gum. HEX triplet: 4C, 27 and 64. RGB value is (76,39,100). Sum of RGB (Red+Green+Blue) = 76+39+100=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #4C2764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2764 is #B3D89B. Grayscale: #383838. Windows color (decimal): -11786396 or 6563660. OLE color: 6563660.

HSL color Cylindrical-coordinate representation of color #4C2764: hue angle of 276.39º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C2764 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 76 39 100 -
CMYK 0.24 0.61 0 0.61
HSL 276.39º 0.44% 0.27% -
HSV(B) 276.39º 0.61% 0.39% -
XYZ 6.01 3.91 12.49 -
YUV 57.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 76 39 100 0.24 0.61 0 0.61 276.39 0.44 0.27
Hex 4C 27 64 18 3D 0 3D 114 2C 1B
Octal 114 47 144 30 75 0 75 424 54 33
Binary 1001100 100111 1100100 11000 111101 0 111101 100010100 101100 11011

Color Harmonies of #4C2764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2764

Black with #4C2764

Text Example


Text Example

White with #4C2764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,100); }

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

background-color css

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

 a { background-color: rgb(76,39,100); }

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

border-color css

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

 span { border-color: rgb(76,39,100); }

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