#492454

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

Shades of Scarlet Gum #492454

Tints of Scarlet Gum #492454

Color information

#492454 (or 0x492454) is unknown color: approx Scarlet Gum. HEX triplet: 49, 24 and 54. RGB value is (73,36,84). Sum of RGB (Red+Green+Blue) = 73+36+84=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #492454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492454 is #B6DBAB. Grayscale: #343434. Windows color (decimal): -11983788 or 5514313. OLE color: 5514313.

HSL color Cylindrical-coordinate representation of color #492454: hue angle of 286.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492454 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB733684-
CMYK0.130.5700.67
HSL286.25º40%23.53%-
HSV(B)286.25º57.14%32.94%-
XYZ4.983.328.77-
YUV52.54145.76142.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=37.82%
G=18.65%
B=43.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7336840.130.5700.67286.254023.53
Hex492454D3904311e2818
Octal11144124157101034365030
Binary1001001100100101010011011110010100001110001111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492454; }

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

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

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

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

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

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

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

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