Html Css Color HEX #492060 Scarlet Gum

📋 copy color: '#492060'

red 73 ◦ green 32 ◦ blue 96

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

Shades of Scarlet Gum #492060

Tints of Scarlet Gum #492060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

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

R = 36.32%
G = 15.92%
B = 47.76%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492060 (or 0x492060) is known color: Scarlet Gum. HEX triplet: 49, 20 and 60. RGB value is (73,32,96). Sum of RGB (Red+Green+Blue) = 73+32+96=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #492060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492060 is #B6DF9F. Grayscale: #333333. Windows color (decimal): -11984800 or 6299721. OLE color: 6299721.

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

Color convert

RGB 73 32 96 -
CMYK 0.24 0.67 0 0.62
HSL 278.44º 0.5% 0.25% -
HSV(B) 278.44º 0.67% 0.38% -
XYZ 5.38 3.29 11.42 -
YUV 51.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 73 32 96 0.24 0.67 0 0.62 278.44 0.5 0.25
Hex 49 20 60 18 43 0 3E 116 32 19
Octal 111 40 140 30 103 0 76 426 62 31
Binary 1001001 100000 1100000 11000 1000011 0 111110 100010110 110010 11001

Color Harmonies of #492060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492060

Black with #492060

Text Example


Text Example

White with #492060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492060; }

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

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

background-color css

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

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

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

border-color css

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

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

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