Html Css Color HEX #492162 Scarlet Gum

📋 copy color: '#492162'

red 73 ◦ green 33 ◦ blue 98

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

Shades of Scarlet Gum #492162

Tints of Scarlet Gum #492162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.18%

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

R = 35.78%
G = 16.18%
B = 48.04%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492162 (or 0x492162) is known color: Scarlet Gum. HEX triplet: 49, 21 and 62. RGB value is (73,33,98). Sum of RGB (Red+Green+Blue) = 73+33+98=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #492162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492162 is #B6DE9D. Grayscale: #343434. Windows color (decimal): -11984542 or 6431049. OLE color: 6431049.

HSL color Cylindrical-coordinate representation of color #492162: hue angle of 276.92º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492162 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 33 98 -
CMYK 0.26 0.66 0 0.62
HSL 276.92º 0.5% 0.26% -
HSV(B) 276.92º 0.66% 0.38% -
XYZ 5.5 3.39 11.92 -
YUV 52.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 73 33 98 0.26 0.66 0 0.62 276.92 0.5 0.26
Hex 49 21 62 1A 42 0 3E 115 32 1A
Octal 111 41 142 32 102 0 76 425 62 32
Binary 1001001 100001 1100010 11010 1000010 0 111110 100010101 110010 11010

Color Harmonies of #492162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492162

Black with #492162

Text Example


Text Example

White with #492162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492162; }

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

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

background-color css

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

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

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

border-color css

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

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

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