Html Css Color HEX #492063 Scarlet Gum

📋 copy color: '#492063'

red 73 ◦ green 32 ◦ blue 99

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

Shades of Scarlet Gum #492063

Tints of Scarlet Gum #492063

RGB

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

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

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

R = 35.78%
G = 15.69%
B = 48.53%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492063 (or 0x492063) is known color: Scarlet Gum. HEX triplet: 49, 20 and 63. RGB value is (73,32,99). Sum of RGB (Red+Green+Blue) = 73+32+99=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #492063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492063 is #B6DF9C. Grayscale: #333333. Windows color (decimal): -11984797 or 6496329. OLE color: 6496329.

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

Color convert

RGB 73 32 99 -
CMYK 0.26 0.68 0 0.61
HSL 276.72º 0.51% 0.26% -
HSV(B) 276.72º 0.68% 0.39% -
XYZ 5.52 3.35 12.16 -
YUV 51.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 73 32 99 0.26 0.68 0 0.61 276.72 0.51 0.26
Hex 49 20 63 1A 44 0 3D 115 33 1A
Octal 111 40 143 32 104 0 75 425 63 32
Binary 1001001 100000 1100011 11010 1000100 0 111101 100010101 110011 11010

Color Harmonies of #492063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492063

Black with #492063

Text Example


Text Example

White with #492063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492063; }

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

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

background-color css

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

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

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

border-color css

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

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

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