Html Css Color HEX #490C60 Scarlet Gum

📋 copy color: '#490C60'

red 73 ◦ green 12 ◦ blue 96

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

Shades of Scarlet Gum #490C60

Tints of Scarlet Gum #490C60

RGB

 RED value IS 73 (28.91% from 255) = 40.33%

 GREEN value IS 12 (5.08% from 255) = 6.63%

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

R = 40.33%
G = 6.63%
B = 53.04%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490C60 (or 0x490C60) is known color: Scarlet Gum. HEX triplet: 49, 0C and 60. RGB value is (73,12,96). Sum of RGB (Red+Green+Blue) = 73+12+96=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #490C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C60 is #B6F39F. Grayscale: #272727. Windows color (decimal): -11989920 or 6294601. OLE color: 6294601.

HSL color Cylindrical-coordinate representation of color #490C60: hue angle of 283.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490C60 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 12 96 -
CMYK 0.24 0.88 0 0.62
HSL 283.57º 0.78% 0.21% -
HSV(B) 283.57º 0.88% 0.38% -
XYZ 4.99 2.52 11.29 -
YUV 39.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 73 12 96 0.24 0.88 0 0.62 283.57 0.78 0.21
Hex 49 C 60 18 58 0 3E 11C 4E 15
Octal 111 14 140 30 130 0 76 434 116 25
Binary 1001001 1100 1100000 11000 1011000 0 111110 100011100 1001110 10101

Color Harmonies of #490C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C60

Black with #490C60

Text Example


Text Example

White with #490C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490C60; }

 p { color: rgb(73,12,96); }

 H1.HeaderClassName
 {
   color: #490C60;
 }
 .AnyTagClassName
 {
   color: #490C60;
 }
</style>

background-color css

<style>
 a { background-color: #490C60; }

 a { background-color: rgb(73,12,96); }

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

border-color css

<style>
 span { border-color: #490C60; }

 span { border-color: rgb(73,12,96); }

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