Html Css Color HEX #491460 Scarlet Gum

📋 copy color: '#491460'

red 73 ◦ green 20 ◦ blue 96

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

Shades of Scarlet Gum #491460

Tints of Scarlet Gum #491460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 38.62%
G = 10.58%
B = 50.79%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#491460 (or 0x491460) is known color: Scarlet Gum. HEX triplet: 49, 14 and 60. RGB value is (73,20,96). Sum of RGB (Red+Green+Blue) = 73+20+96=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #491460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491460 is #B6EB9F. Grayscale: #2C2C2C. Windows color (decimal): -11987872 or 6296649. OLE color: 6296649.

HSL color Cylindrical-coordinate representation of color #491460: hue angle of 281.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491460 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 20 96 -
CMYK 0.24 0.79 0 0.62
HSL 281.84º 0.66% 0.23% -
HSV(B) 281.84º 0.79% 0.38% -
XYZ 5.11 2.76 11.33 -
YUV 44.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 73 20 96 0.24 0.79 0 0.62 281.84 0.66 0.23
Hex 49 14 60 18 4F 0 3E 11A 42 17
Octal 111 24 140 30 117 0 76 432 102 27
Binary 1001001 10100 1100000 11000 1001111 0 111110 100011010 1000010 10111

Color Harmonies of #491460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491460

Black with #491460

Text Example


Text Example

White with #491460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491460; }

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

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

background-color css

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

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

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

border-color css

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

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

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