#492462

Color #492462 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #492462

Tints of Scarlet Gum #492462

Color information

#492462 (or 0x492462) is unknown color: approx 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

RGB733698-
CMYK0.260.6300.62
HSL275.81º46.27%26.27%-
HSV(B)275.81º63.27%38.43%-
XYZ5.583.5611.95-
YUV54.13152.76141.46-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7336980.260.6300.62275.8146.2726.27
Hex4924621A3F03E1142e1a
Octal1114414232770764245632
Binary1001001100100110001011010111111011111010001010010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>