#493E70

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

Shades of Meteorite #493E70

Tints of Meteorite #493E70

Color information

#493E70 (or 0x493E70) is unknown color: approx Meteorite. HEX triplet: 49, 3E and 70. RGB value is (73,62,112). Sum of RGB (Red+Green+Blue) = 73+62+112=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #493E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E70 is #B6C18F. Grayscale: #464646. Windows color (decimal): -11977104 or 7355977. OLE color: 7355977.

HSL color Cylindrical-coordinate representation of color #493E70: hue angle of 253.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493E70 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7362112-
CMYK0.350.4500.56
HSL253.2º28.74%34.12%-
HSV(B)253.2º44.64%43.92%-
XYZ7.396.0316.1-
YUV70.99151.14129.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 62 (24.61% from 255) = 25.10%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=29.55%
G=25.10%
B=45.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73621120.350.4500.56253.228.7434.12
Hex493E70232D038fd1d22
Octal1117616043550703753542
Binary1001001111110111000010001110110101110001111110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,112); }

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

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

 a { background-color: rgb(73,62,112); }

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

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

 span { border-color: rgb(73,62,112); }

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