#493456

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

Shades of Scarlet Gum #493456

Tints of Scarlet Gum #493456

Color information

#493456 (or 0x493456) is unknown color: approx Scarlet Gum. HEX triplet: 49, 34 and 56. RGB value is (73,52,86). Sum of RGB (Red+Green+Blue) = 73+52+86=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #493456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493456 is #B6CBA9. Grayscale: #3E3E3E. Windows color (decimal): -11979690 or 5649481. OLE color: 5649481.

HSL color Cylindrical-coordinate representation of color #493456: hue angle of 277.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493456 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB735286-
CMYK0.150.4000.66
HSL277.06º24.64%27.06%-
HSV(B)277.06º39.53%33.73%-
XYZ5.664.549.38-
YUV62.16141.46135.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=34.60%
G=24.64%
B=40.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7352860.150.4000.66277.0624.6427.06
Hex493456F28042115191b
Octal11164126175001024253133
Binary100100111010010101101111101000010000101000101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493456; }

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

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

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

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

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

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

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

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