Html Css Color HEX #490B60 Scarlet Gum

📋 copy color: '#490B60'

red 73 ◦ green 11 ◦ blue 96

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

Shades of Scarlet Gum #490B60

Tints of Scarlet Gum #490B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.11%

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

R = 40.56%
G = 6.11%
B = 53.33%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490B60 (or 0x490B60) is known color: Scarlet Gum. HEX triplet: 49, 0B and 60. RGB value is (73,11,96). Sum of RGB (Red+Green+Blue) = 73+11+96=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #490B60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B60 is #B6F49F. Grayscale: #262626. Windows color (decimal): -11990176 or 6294345. OLE color: 6294345.

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

Color convert

RGB 73 11 96 -
CMYK 0.24 0.89 0 0.62
HSL 283.76º 0.79% 0.21% -
HSV(B) 283.76º 0.89% 0.38% -
XYZ 4.98 2.5 11.29 -
YUV 39.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 73 11 96 0.24 0.89 0 0.62 283.76 0.79 0.21
Hex 49 B 60 18 59 0 3E 11C 4F 15
Octal 111 13 140 30 131 0 76 434 117 25
Binary 1001001 1011 1100000 11000 1011001 0 111110 100011100 1001111 10101

Color Harmonies of #490B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B60

Black with #490B60

Text Example


Text Example

White with #490B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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