Html Css Color HEX #492562 Scarlet Gum

📋 copy color: '#492562'

red 73 ◦ green 37 ◦ blue 98

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

Shades of Scarlet Gum #492562

Tints of Scarlet Gum #492562

RGB

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

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

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

R = 35.1%
G = 17.79%
B = 47.12%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492562 (or 0x492562) is known color: Scarlet Gum. HEX triplet: 49, 25 and 62. RGB value is (73,37,98). Sum of RGB (Red+Green+Blue) = 73+37+98=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #492562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492562 is #B6DA9D. Grayscale: #363636. Windows color (decimal): -11983518 or 6432073. OLE color: 6432073.

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

Color convert

RGB 73 37 98 -
CMYK 0.26 0.62 0 0.62
HSL 275.41º 0.45% 0.26% -
HSV(B) 275.41º 0.62% 0.38% -
XYZ 5.61 3.62 11.96 -
YUV 54.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 73 37 98 0.26 0.62 0 0.62 275.41 0.45 0.26
Hex 49 25 62 1A 3E 0 3E 113 2D 1A
Octal 111 45 142 32 76 0 76 423 55 32
Binary 1001001 100101 1100010 11010 111110 0 111110 100010011 101101 11010

Color Harmonies of #492562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492562

Black with #492562

Text Example


Text Example

White with #492562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492562; }

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

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

background-color css

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

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

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

border-color css

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

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

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