Html Css Color HEX #490D58 Scarlet Gum

📋 copy color: '#490D58'

red 73 ◦ green 13 ◦ blue 88

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

Shades of Scarlet Gum #490D58

Tints of Scarlet Gum #490D58

RGB

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

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

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

R = 41.95%
G = 7.47%
B = 50.57%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490D58 (or 0x490D58) is known color: Scarlet Gum. HEX triplet: 49, 0D and 58. RGB value is (73,13,88). Sum of RGB (Red+Green+Blue) = 73+13+88=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #490D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D58 is #B6F2A7. Grayscale: #272727. Windows color (decimal): -11989672 or 5770569. OLE color: 5770569.

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

Color convert

RGB 73 13 88 -
CMYK 0.17 0.85 0 0.65
HSL 288º 0.74% 0.2% -
HSV(B) 288º 0.85% 0.35% -
XYZ 4.65 2.41 9.45 -
YUV 39.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 73 13 88 0.17 0.85 0 0.65 288 0.74 0.2
Hex 49 D 58 11 55 0 41 120 4A 14
Octal 111 15 130 21 125 0 101 440 112 24
Binary 1001001 1101 1011000 10001 1010101 0 1000001 100100000 1001010 10100

Color Harmonies of #490D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D58

Black with #490D58

Text Example


Text Example

White with #490D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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