#492461

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

Shades of Scarlet Gum #492461

Tints of Scarlet Gum #492461

Color information

#492461 (or 0x492461) is unknown color: approx Scarlet Gum. HEX triplet: 49, 24 and 61. RGB value is (73,36,97). Sum of RGB (Red+Green+Blue) = 73+36+97=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #492461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492461 is #B6DB9E. Grayscale: #353535. Windows color (decimal): -11983775 or 6366281. OLE color: 6366281.

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

Color convert

RGB733697-
CMYK0.250.6300.62
HSL276.39º45.86%26.08%-
HSV(B)276.39º62.89%38.04%-
XYZ5.543.5411.7-
YUV54.02152.26141.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=35.44%
G=17.48%
B=47.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7336970.250.6300.62276.3945.8626.08
Hex492461193F03E1142e1a
Octal1114414131770764245632
Binary1001001100100110000111001111111011111010001010010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492461; }

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

 H1.HeaderClassName
 {
   color: #492461;
 }
 .AnyTagClassName
 {
   color: #492461;
 }
</style>
background-color css

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

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

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

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

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

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