Html Css Color HEX #4C2260 Scarlet Gum

📋 copy color: '#4C2260'

red 76 ◦ green 34 ◦ blue 96

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

Shades of Scarlet Gum #4C2260

Tints of Scarlet Gum #4C2260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 36.89%
G = 16.5%
B = 46.6%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C2260 (or 0x4C2260) is known color: Scarlet Gum. HEX triplet: 4C, 22 and 60. RGB value is (76,34,96). Sum of RGB (Red+Green+Blue) = 76+34+96=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2260 is #B3DD9F. Grayscale: #353535. Windows color (decimal): -11787680 or 6300236. OLE color: 6300236.

HSL color Cylindrical-coordinate representation of color #4C2260: hue angle of 280.65º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C2260 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 34 96 -
CMYK 0.21 0.65 0 0.62
HSL 280.65º 0.48% 0.25% -
HSV(B) 280.65º 0.65% 0.38% -
XYZ 5.66 3.53 11.45 -
YUV 53.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 76 34 96 0.21 0.65 0 0.62 280.65 0.48 0.25
Hex 4C 22 60 15 41 0 3E 119 30 19
Octal 114 42 140 25 101 0 76 431 60 31
Binary 1001100 100010 1100000 10101 1000001 0 111110 100011001 110000 11001

Color Harmonies of #4C2260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2260

Black with #4C2260

Text Example


Text Example

White with #4C2260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,34,96); }

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

background-color css

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

 a { background-color: rgb(76,34,96); }

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

border-color css

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

 span { border-color: rgb(76,34,96); }

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