#493D72

Color #493D72 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #493D72

Tints of Meteorite #493D72

Color information

#493D72 (or 0x493D72) is unknown color: approx Meteorite. HEX triplet: 49, 3D and 72. RGB value is (73,61,114). Sum of RGB (Red+Green+Blue) = 73+61+114=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #493D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D72 is #B6C28D. Grayscale: #464646. Windows color (decimal): -11977358 or 7486793. OLE color: 7486793.

HSL color Cylindrical-coordinate representation of color #493D72: hue angle of 253.58º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #493D72 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7361114-
CMYK0.360.4600.55
HSL253.58º30.29%34.31%-
HSV(B)253.58º46.49%44.71%-
XYZ7.455.9716.68-
YUV70.63152.48129.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=29.44%
G=24.60%
B=45.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73611140.360.4600.55253.5830.2934.31
Hex493D72242E037fe1e22
Octal1117516244560673763642
Binary1001001111101111001010010010111001101111111111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493D72; }

 p { color: rgb(73,61,114); }

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

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

 a { background-color: rgb(73,61,114); }

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

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

 span { border-color: rgb(73,61,114); }

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