Html Css Color HEX #490F57 Scarlet Gum

📋 copy color: '#490F57'

red 73 ◦ green 15 ◦ blue 87

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

Shades of Scarlet Gum #490F57

Tints of Scarlet Gum #490F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 49.71%

R = 41.71%
G = 8.57%
B = 49.71%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#490F57 (or 0x490F57) is known color: Scarlet Gum. HEX triplet: 49, 0F and 57. RGB value is (73,15,87). Sum of RGB (Red+Green+Blue) = 73+15+87=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #490F57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F57 is #B6F0A8. Grayscale: #282828. Windows color (decimal): -11989161 or 5705545. OLE color: 5705545.

HSL color Cylindrical-coordinate representation of color #490F57: hue angle of 288.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #490F57 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 15 87 -
CMYK 0.16 0.83 0 0.66
HSL 288.33º 0.71% 0.2% -
HSV(B) 288.33º 0.83% 0.34% -
XYZ 4.64 2.45 9.24 -
YUV 40.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 73 15 87 0.16 0.83 0 0.66 288.33 0.71 0.2
Hex 49 F 57 10 53 0 42 120 47 14
Octal 111 17 127 20 123 0 102 440 107 24
Binary 1001001 1111 1010111 10000 1010011 0 1000010 100100000 1000111 10100

Color Harmonies of #490F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F57

Black with #490F57

Text Example


Text Example

White with #490F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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