Html Css Color HEX #490B61 Scarlet Gum

📋 copy color: '#490B61'

red 73 ◦ green 11 ◦ blue 97

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

Shades of Scarlet Gum #490B61

Tints of Scarlet Gum #490B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.08%

 BLUE value IS 97 (38.28% from 255) = 53.59%

R = 40.33%
G = 6.08%
B = 53.59%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490B61 (or 0x490B61) is known color: Scarlet Gum. HEX triplet: 49, 0B and 61. RGB value is (73,11,97). Sum of RGB (Red+Green+Blue) = 73+11+97=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #490B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B61 is #B6F49E. Grayscale: #272727. Windows color (decimal): -11990175 or 6359881. OLE color: 6359881.

HSL color Cylindrical-coordinate representation of color #490B61: hue angle of 283.26º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490B61 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 11 97 -
CMYK 0.25 0.89 0 0.62
HSL 283.26º 0.8% 0.21% -
HSV(B) 283.26º 0.89% 0.38% -
XYZ 5.02 2.52 11.53 -
YUV 39.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 73 11 97 0.25 0.89 0 0.62 283.26 0.8 0.21
Hex 49 B 61 19 59 0 3E 11B 50 15
Octal 111 13 141 31 131 0 76 433 120 25
Binary 1001001 1011 1100001 11001 1011001 0 111110 100011011 1010000 10101

Color Harmonies of #490B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B61

Black with #490B61

Text Example


Text Example

White with #490B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,11,97); }

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

background-color css

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

 a { background-color: rgb(73,11,97); }

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

border-color css

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

 span { border-color: rgb(73,11,97); }

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