#493453

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

Shades of Scarlet Gum #493453

Tints of Scarlet Gum #493453

Color information

#493453 (or 0x493453) is unknown color: approx Scarlet Gum. HEX triplet: 49, 34 and 53. RGB value is (73,52,83). Sum of RGB (Red+Green+Blue) = 73+52+83=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #493453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493453 is #B6CBAC. Grayscale: #3D3D3D. Windows color (decimal): -11979693 or 5452873. OLE color: 5452873.

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

Color convert

RGB735283-
CMYK0.120.3700.67
HSL280.65º22.96%26.47%-
HSV(B)280.65º37.35%32.55%-
XYZ5.544.58.76-
YUV61.81139.96135.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=35.10%
G=25%
B=39.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7352830.120.3700.67280.6522.9626.47
Hex493453C25043119171a
Octal11164123144501034312732
Binary100100111010010100111100100101010000111000110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493453; }

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

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

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

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

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

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

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

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