Html Css Color HEX #492460 Scarlet Gum

📋 copy color: '#492460'

red 73 ◦ green 36 ◦ blue 96

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

Shades of Scarlet Gum #492460

Tints of Scarlet Gum #492460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 35.61%
G = 17.56%
B = 46.83%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492460 (or 0x492460) is known color: Scarlet Gum. HEX triplet: 49, 24 and 60. RGB value is (73,36,96). Sum of RGB (Red+Green+Blue) = 73+36+96=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #492460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492460 is #B6DB9F. Grayscale: #353535. Windows color (decimal): -11983776 or 6300745. OLE color: 6300745.

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

Color convert

RGB 73 36 96 -
CMYK 0.24 0.62 0 0.62
HSL 277º 0.45% 0.26% -
HSV(B) 277º 0.63% 0.38% -
XYZ 5.49 3.52 11.46 -
YUV 53.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 73 36 96 0.24 0.62 0 0.62 277 0.45 0.26
Hex 49 24 60 18 3E 0 3E 115 2D 1A
Octal 111 44 140 30 76 0 76 425 55 32
Binary 1001001 100100 1100000 11000 111110 0 111110 100010101 101101 11010

Color Harmonies of #492460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492460

Black with #492460

Text Example


Text Example

White with #492460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492460; }

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

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

background-color css

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

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

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

border-color css

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

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

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