Html Css Color HEX #491463 Scarlet Gum

📋 copy color: '#491463'

red 73 ◦ green 20 ◦ blue 99

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

Shades of Scarlet Gum #491463

Tints of Scarlet Gum #491463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 38.02%
G = 10.42%
B = 51.56%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#491463 (or 0x491463) is known color: Scarlet Gum. HEX triplet: 49, 14 and 63. RGB value is (73,20,99). Sum of RGB (Red+Green+Blue) = 73+20+99=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #491463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491463 is #B6EB9C. Grayscale: #2C2C2C. Windows color (decimal): -11987869 or 6493257. OLE color: 6493257.

HSL color Cylindrical-coordinate representation of color #491463: hue angle of 280.25º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491463 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 20 99 -
CMYK 0.26 0.80 0 0.61
HSL 280.25º 0.66% 0.23% -
HSV(B) 280.25º 0.8% 0.39% -
XYZ 5.25 2.82 12.07 -
YUV 44.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 73 20 99 0.26 0.80 0 0.61 280.25 0.66 0.23
Hex 49 14 63 1A 50 0 3D 118 42 17
Octal 111 24 143 32 120 0 75 430 102 27
Binary 1001001 10100 1100011 11010 1010000 0 111101 100011000 1000010 10111

Color Harmonies of #491463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491463

Black with #491463

Text Example


Text Example

White with #491463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491463; }

 p { color: rgb(73,20,99); }

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

background-color css

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

 a { background-color: rgb(73,20,99); }

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

border-color css

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

 span { border-color: rgb(73,20,99); }

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