Html Css Color HEX #490D62 Scarlet Gum

📋 copy color: '#490D62'

red 73 ◦ green 13 ◦ blue 98

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

Shades of Scarlet Gum #490D62

Tints of Scarlet Gum #490D62

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.07%

 BLUE value IS 98 (38.67% from 255) = 53.26%

R = 39.67%
G = 7.07%
B = 53.26%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490D62 (or 0x490D62) is known color: Scarlet Gum. HEX triplet: 49, 0D and 62. RGB value is (73,13,98). Sum of RGB (Red+Green+Blue) = 73+13+98=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #490D62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D62 is #B6F29D. Grayscale: #282828. Windows color (decimal): -11989662 or 6425929. OLE color: 6425929.

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

Color convert

RGB 73 13 98 -
CMYK 0.26 0.87 0 0.62
HSL 282.35º 0.77% 0.22% -
HSV(B) 282.35º 0.87% 0.38% -
XYZ 5.1 2.59 11.79 -
YUV 40.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 73 13 98 0.26 0.87 0 0.62 282.35 0.77 0.22
Hex 49 D 62 1A 57 0 3E 11A 4D 16
Octal 111 15 142 32 127 0 76 432 115 26
Binary 1001001 1101 1100010 11010 1010111 0 111110 100011010 1001101 10110

Color Harmonies of #490D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D62

Black with #490D62

Text Example


Text Example

White with #490D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,13,98); }

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

background-color css

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

 a { background-color: rgb(73,13,98); }

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

border-color css

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

 span { border-color: rgb(73,13,98); }

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