Html Css Color HEX #492863 Scarlet Gum

📋 copy color: '#492863'

red 73 ◦ green 40 ◦ blue 99

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

Shades of Scarlet Gum #492863

Tints of Scarlet Gum #492863

RGB

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

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

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

R = 34.43%
G = 18.87%
B = 46.7%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492863 (or 0x492863) is known color: Scarlet Gum. HEX triplet: 49, 28 and 63. RGB value is (73,40,99). Sum of RGB (Red+Green+Blue) = 73+40+99=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #492863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492863 is #B6D79C. Grayscale: #383838. Windows color (decimal): -11982749 or 6498377. OLE color: 6498377.

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

Color convert

RGB 73 40 99 -
CMYK 0.26 0.60 0 0.61
HSL 273.56º 0.42% 0.27% -
HSV(B) 273.56º 0.6% 0.39% -
XYZ 5.76 3.83 12.24 -
YUV 56.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 73 40 99 0.26 0.60 0 0.61 273.56 0.42 0.27
Hex 49 28 63 1A 3C 0 3D 112 2A 1B
Octal 111 50 143 32 74 0 75 422 52 33
Binary 1001001 101000 1100011 11010 111100 0 111101 100010010 101010 11011

Color Harmonies of #492863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492863

Black with #492863

Text Example


Text Example

White with #492863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492863; }

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

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

background-color css

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

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

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

border-color css

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

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

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