Html Css Color HEX #491468 Scarlet Gum

📋 copy color: '#491468'

red 73 ◦ green 20 ◦ blue 104

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

Shades of Scarlet Gum #491468

Tints of Scarlet Gum #491468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.79%

R = 37.06%
G = 10.15%
B = 52.79%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491468 (or 0x491468) is known color: Scarlet Gum. HEX triplet: 49, 14 and 68. RGB value is (73,20,104). Sum of RGB (Red+Green+Blue) = 73+20+104=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #491468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491468 is #B6EB97. Grayscale: #2D2D2D. Windows color (decimal): -11987864 or 6820937. OLE color: 6820937.

HSL color Cylindrical-coordinate representation of color #491468: hue angle of 277.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491468 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 20 104 -
CMYK 0.30 0.81 0 0.59
HSL 277.86º 0.68% 0.24% -
HSV(B) 277.86º 0.81% 0.41% -
XYZ 5.5 2.92 13.37 -
YUV 45.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 73 20 104 0.30 0.81 0 0.59 277.86 0.68 0.24
Hex 49 14 68 1E 51 0 3B 116 44 18
Octal 111 24 150 36 121 0 73 426 104 30
Binary 1001001 10100 1101000 11110 1010001 0 111011 100010110 1000100 11000

Color Harmonies of #491468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491468

Black with #491468

Text Example


Text Example

White with #491468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491468; }

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

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

background-color css

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

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

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

border-color css

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

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

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