#492653

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

Shades of Scarlet Gum #492653

Tints of Scarlet Gum #492653

Color information

#492653 (or 0x492653) is unknown color: approx Scarlet Gum. HEX triplet: 49, 26 and 53. RGB value is (73,38,83). Sum of RGB (Red+Green+Blue) = 73+38+83=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #492653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492653 is #B6D9AC. Grayscale: #353535. Windows color (decimal): -11983277 or 5449289. OLE color: 5449289.

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

Color convert

RGB733883-
CMYK0.120.5400.67
HSL286.67º37.19%23.73%-
HSV(B)286.67º54.22%32.55%-
XYZ53.438.58-
YUV53.6144.6141.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=37.63%
G=19.59%
B=42.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7338830.120.5400.67286.6737.1923.73
Hex492653C3604311f2518
Octal11146123146601034374530
Binary1001001100110101001111001101100100001110001111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492653; }

 p { color: rgb(73,38,83); }

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

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

 a { background-color: rgb(73,38,83); }

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

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

 span { border-color: rgb(73,38,83); }

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