Html Css Color HEX #490259 Scarlet Gum

📋 copy color: '#490259'

red 73 ◦ green 2 ◦ blue 89

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

Shades of Scarlet Gum #490259

Tints of Scarlet Gum #490259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

 BLUE value IS 89 (35.16% from 255) = 54.27%

R = 44.51%
G = 1.22%
B = 54.27%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490259 (or 0x490259) is known color: Scarlet Gum. HEX triplet: 49, 02 and 59. RGB value is (73,2,89). Sum of RGB (Red+Green+Blue) = 73+2+89=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #490259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490259 is #B6FDA6. Grayscale: #202020. Windows color (decimal): -11992487 or 5833289. OLE color: 5833289.

HSL color Cylindrical-coordinate representation of color #490259: hue angle of 288.97º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490259 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 2 89 -
CMYK 0.18 0.98 0 0.65
HSL 288.97º 0.96% 0.18% -
HSV(B) 288.97º 0.98% 0.35% -
XYZ 4.57 2.18 9.63 -
YUV 33.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 73 2 89 0.18 0.98 0 0.65 288.97 0.96 0.18
Hex 49 2 59 12 62 0 41 121 60 12
Octal 111 2 131 22 142 0 101 441 140 22
Binary 1001001 10 1011001 10010 1100010 0 1000001 100100001 1100000 10010

Color Harmonies of #490259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490259

Black with #490259

Text Example


Text Example

White with #490259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490259; }

 p { color: rgb(73,2,89); }

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

background-color css

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

 a { background-color: rgb(73,2,89); }

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

border-color css

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

 span { border-color: rgb(73,2,89); }

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