Html Css Color HEX #492860 Scarlet Gum

📋 copy color: '#492860'

red 73 ◦ green 40 ◦ blue 96

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

Shades of Scarlet Gum #492860

Tints of Scarlet Gum #492860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

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

R = 34.93%
G = 19.14%
B = 45.93%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492860 (or 0x492860) is known color: Scarlet Gum. HEX triplet: 49, 28 and 60. RGB value is (73,40,96). Sum of RGB (Red+Green+Blue) = 73+40+96=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #492860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492860 is #B6D79F. Grayscale: #383838. Windows color (decimal): -11982752 or 6301769. OLE color: 6301769.

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

Color convert

RGB 73 40 96 -
CMYK 0.24 0.58 0 0.62
HSL 275.36º 0.41% 0.27% -
HSV(B) 275.36º 0.58% 0.38% -
XYZ 5.62 3.78 11.5 -
YUV 56.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 73 40 96 0.24 0.58 0 0.62 275.36 0.41 0.27
Hex 49 28 60 18 3A 0 3E 113 29 1B
Octal 111 50 140 30 72 0 76 423 51 33
Binary 1001001 101000 1100000 11000 111010 0 111110 100010011 101001 11011

Color Harmonies of #492860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492860

Black with #492860

Text Example


Text Example

White with #492860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492860; }

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

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

background-color css

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

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

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

border-color css

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

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

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