Html Css Color HEX #492762 Scarlet Gum

📋 copy color: '#492762'

red 73 ◦ green 39 ◦ blue 98

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

Shades of Scarlet Gum #492762

Tints of Scarlet Gum #492762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

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

R = 34.76%
G = 18.57%
B = 46.67%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492762 (or 0x492762) is known color: Scarlet Gum. HEX triplet: 49, 27 and 62. RGB value is (73,39,98). Sum of RGB (Red+Green+Blue) = 73+39+98=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #492762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492762 is #B6D89D. Grayscale: #373737. Windows color (decimal): -11983006 or 6432585. OLE color: 6432585.

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

Color convert

RGB 73 39 98 -
CMYK 0.26 0.60 0 0.62
HSL 274.58º 0.43% 0.27% -
HSV(B) 274.58º 0.6% 0.38% -
XYZ 5.68 3.75 11.98 -
YUV 55.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 73 39 98 0.26 0.60 0 0.62 274.58 0.43 0.27
Hex 49 27 62 1A 3C 0 3E 113 2B 1B
Octal 111 47 142 32 74 0 76 423 53 33
Binary 1001001 100111 1100010 11010 111100 0 111110 100010011 101011 11011

Color Harmonies of #492762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492762

Black with #492762

Text Example


Text Example

White with #492762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492762; }

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

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

background-color css

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

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

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

border-color css

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

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

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