#493258

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

Shades of Scarlet Gum #493258

Tints of Scarlet Gum #493258

Color information

#493258 (or 0x493258) is unknown color: approx Scarlet Gum. HEX triplet: 49, 32 and 58. RGB value is (73,50,88). Sum of RGB (Red+Green+Blue) = 73+50+88=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #493258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493258 is #B6CDA7. Grayscale: #3D3D3D. Windows color (decimal): -11980200 or 5780041. OLE color: 5780041.

HSL color Cylindrical-coordinate representation of color #493258: hue angle of 276.32º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #493258 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB735088-
CMYK0.170.4300.65
HSL276.32º27.54%27.06%-
HSV(B)276.32º43.18%34.51%-
XYZ5.654.49.78-
YUV61.21143.12136.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=34.60%
G=23.70%
B=41.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7350880.170.4300.65276.3227.5427.06
Hex493258112B0411141c1b
Octal11162130215301014243433
Binary1001001110010101100010001101011010000011000101001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493258; }

 p { color: rgb(73,50,88); }

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

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

 a { background-color: rgb(73,50,88); }

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

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

 span { border-color: rgb(73,50,88); }

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