Html Css Color HEX #491863 Scarlet Gum

📋 copy color: '#491863'

red 73 ◦ green 24 ◦ blue 99

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

Shades of Scarlet Gum #491863

Tints of Scarlet Gum #491863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

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

R = 37.24%
G = 12.24%
B = 50.51%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#491863 (or 0x491863) is known color: Scarlet Gum. HEX triplet: 49, 18 and 63. RGB value is (73,24,99). Sum of RGB (Red+Green+Blue) = 73+24+99=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #491863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491863 is #B6E79C. Grayscale: #2E2E2E. Windows color (decimal): -11986845 or 6494281. OLE color: 6494281.

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

Color convert

RGB 73 24 99 -
CMYK 0.26 0.76 0 0.61
HSL 279.2º 0.61% 0.24% -
HSV(B) 279.2º 0.76% 0.39% -
XYZ 5.33 2.97 12.1 -
YUV 47.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 73 24 99 0.26 0.76 0 0.61 279.2 0.61 0.24
Hex 49 18 63 1A 4C 0 3D 117 3D 18
Octal 111 30 143 32 114 0 75 427 75 30
Binary 1001001 11000 1100011 11010 1001100 0 111101 100010111 111101 11000

Color Harmonies of #491863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491863

Black with #491863

Text Example


Text Example

White with #491863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491863; }

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

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

background-color css

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

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

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

border-color css

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

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

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