#493872

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

Shades of Meteorite #493872

Tints of Meteorite #493872

Color information

#493872 (or 0x493872) is unknown color: approx Meteorite. HEX triplet: 49, 38 and 72. RGB value is (73,56,114). Sum of RGB (Red+Green+Blue) = 73+56+114=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #493872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493872 is #B6C78D. Grayscale: #434343. Windows color (decimal): -11978638 or 7485513. OLE color: 7485513.

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

Color convert

RGB7356114-
CMYK0.360.5100.55
HSL257.59º34.12%33.33%-
HSV(B)257.59º50.88%44.71%-
XYZ7.25.4616.59-
YUV67.69154.13131.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=30.04%
G=23.05%
B=46.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73561140.360.5100.55257.5934.1233.33
Hex49387224330371022221
Octal1117016244630674024241
Binary100100111100011100101001001100110110111100000010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493872; }

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

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

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

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

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

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

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

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