Html Css Color HEX #490F60 Scarlet Gum

📋 copy color: '#490F60'

red 73 ◦ green 15 ◦ blue 96

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

Shades of Scarlet Gum #490F60

Tints of Scarlet Gum #490F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

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

R = 39.67%
G = 8.15%
B = 52.17%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490F60 (or 0x490F60) is known color: Scarlet Gum. HEX triplet: 49, 0F and 60. RGB value is (73,15,96). Sum of RGB (Red+Green+Blue) = 73+15+96=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #490F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F60 is #B6F09F. Grayscale: #292929. Windows color (decimal): -11989152 or 6295369. OLE color: 6295369.

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

Color convert

RGB 73 15 96 -
CMYK 0.24 0.84 0 0.62
HSL 282.96º 0.73% 0.22% -
HSV(B) 282.96º 0.84% 0.38% -
XYZ 5.03 2.6 11.3 -
YUV 41.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 73 15 96 0.24 0.84 0 0.62 282.96 0.73 0.22
Hex 49 F 60 18 54 0 3E 11B 49 16
Octal 111 17 140 30 124 0 76 433 111 26
Binary 1001001 1111 1100000 11000 1010100 0 111110 100011011 1001001 10110

Color Harmonies of #490F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F60

Black with #490F60

Text Example


Text Example

White with #490F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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