Html Css Color HEX #490E58 Scarlet Gum

📋 copy color: '#490E58'

red 73 ◦ green 14 ◦ blue 88

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

Shades of Scarlet Gum #490E58

Tints of Scarlet Gum #490E58

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8%

 BLUE value IS 88 (34.77% from 255) = 50.29%

R = 41.71%
G = 8%
B = 50.29%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490E58 (or 0x490E58) is known color: Scarlet Gum. HEX triplet: 49, 0E and 58. RGB value is (73,14,88). Sum of RGB (Red+Green+Blue) = 73+14+88=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #490E58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E58 is #B6F1A7. Grayscale: #272727. Windows color (decimal): -11989416 or 5770825. OLE color: 5770825.

HSL color Cylindrical-coordinate representation of color #490E58: hue angle of 287.84º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490E58 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 14 88 -
CMYK 0.17 0.84 0 0.65
HSL 287.84º 0.73% 0.2% -
HSV(B) 287.84º 0.84% 0.35% -
XYZ 4.67 2.44 9.46 -
YUV 40.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 73 14 88 0.17 0.84 0 0.65 287.84 0.73 0.2
Hex 49 E 58 11 54 0 41 120 49 14
Octal 111 16 130 21 124 0 101 440 111 24
Binary 1001001 1110 1011000 10001 1010100 0 1000001 100100000 1001001 10100

Color Harmonies of #490E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E58

Black with #490E58

Text Example


Text Example

White with #490E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,14,88); }

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

background-color css

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

 a { background-color: rgb(73,14,88); }

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

border-color css

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

 span { border-color: rgb(73,14,88); }

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