Html Css Color HEX #492462 Scarlet Gum

📋 copy color: '#492462'

red 73 ◦ green 36 ◦ blue 98

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

Shades of Scarlet Gum #492462

Tints of Scarlet Gum #492462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

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

R = 35.27%
G = 17.39%
B = 47.34%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492462 (or 0x492462) is known color: Scarlet Gum. HEX triplet: 49, 24 and 62. RGB value is (73,36,98). Sum of RGB (Red+Green+Blue) = 73+36+98=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #492462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492462 is #B6DB9D. Grayscale: #353535. Windows color (decimal): -11983774 or 6431817. OLE color: 6431817.

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

Color convert

RGB 73 36 98 -
CMYK 0.26 0.63 0 0.62
HSL 275.81º 0.46% 0.26% -
HSV(B) 275.81º 0.63% 0.38% -
XYZ 5.58 3.56 11.95 -
YUV 54.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 73 36 98 0.26 0.63 0 0.62 275.81 0.46 0.26
Hex 49 24 62 1A 3F 0 3E 114 2E 1A
Octal 111 44 142 32 77 0 76 424 56 32
Binary 1001001 100100 1100010 11010 111111 0 111110 100010100 101110 11010

Color Harmonies of #492462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492462

Black with #492462

Text Example


Text Example

White with #492462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492462; }

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

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

background-color css

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

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

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

border-color css

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

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

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