Html Css Color HEX #492062 Scarlet Gum

📋 copy color: '#492062'

red 73 ◦ green 32 ◦ blue 98

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

Shades of Scarlet Gum #492062

Tints of Scarlet Gum #492062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 35.96%
G = 15.76%
B = 48.28%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492062 (or 0x492062) is known color: Scarlet Gum. HEX triplet: 49, 20 and 62. RGB value is (73,32,98). Sum of RGB (Red+Green+Blue) = 73+32+98=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #492062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492062 is #B6DF9D. Grayscale: #333333. Windows color (decimal): -11984798 or 6430793. OLE color: 6430793.

HSL color Cylindrical-coordinate representation of color #492062: hue angle of 277.27º degrees, saturation: 0.51, 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 #492062 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 32 98 -
CMYK 0.26 0.67 0 0.62
HSL 277.27º 0.51% 0.25% -
HSV(B) 277.27º 0.67% 0.38% -
XYZ 5.47 3.33 11.91 -
YUV 51.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 73 32 98 0.26 0.67 0 0.62 277.27 0.51 0.25
Hex 49 20 62 1A 43 0 3E 115 33 19
Octal 111 40 142 32 103 0 76 425 63 31
Binary 1001001 100000 1100010 11010 1000011 0 111110 100010101 110011 11001

Color Harmonies of #492062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492062

Black with #492062

Text Example


Text Example

White with #492062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492062; }

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

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

background-color css

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

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

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

border-color css

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

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

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