Html Css Color HEX #492563 Scarlet Gum

📋 copy color: '#492563'

red 73 ◦ green 37 ◦ blue 99

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

Shades of Scarlet Gum #492563

Tints of Scarlet Gum #492563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 34.93%
G = 17.7%
B = 47.37%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492563 (or 0x492563) is known color: Scarlet Gum. HEX triplet: 49, 25 and 63. RGB value is (73,37,99). Sum of RGB (Red+Green+Blue) = 73+37+99=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #492563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492563 is #B6DA9C. Grayscale: #363636. Windows color (decimal): -11983517 or 6497609. OLE color: 6497609.

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

Color convert

RGB 73 37 99 -
CMYK 0.26 0.63 0 0.61
HSL 274.84º 0.46% 0.27% -
HSV(B) 274.84º 0.63% 0.39% -
XYZ 5.66 3.64 12.21 -
YUV 54.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 73 37 99 0.26 0.63 0 0.61 274.84 0.46 0.27
Hex 49 25 63 1A 3F 0 3D 113 2E 1B
Octal 111 45 143 32 77 0 75 423 56 33
Binary 1001001 100101 1100011 11010 111111 0 111101 100010011 101110 11011

Color Harmonies of #492563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492563

Black with #492563

Text Example


Text Example

White with #492563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492563; }

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

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

background-color css

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

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

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

border-color css

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

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

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