#493F70

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

Shades of Meteorite #493F70

Tints of Meteorite #493F70

Color information

#493F70 (or 0x493F70) is unknown color: approx Meteorite. HEX triplet: 49, 3F and 70. RGB value is (73,63,112). Sum of RGB (Red+Green+Blue) = 73+63+112=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #493F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F70 is #B6C08F. Grayscale: #474747. Windows color (decimal): -11976848 or 7356233. OLE color: 7356233.

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

Color convert

RGB7363112-
CMYK0.350.4400.56
HSL252.24º28%34.31%-
HSV(B)252.24º43.75%43.92%-
XYZ7.456.1416.12-
YUV71.58150.81129.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=29.44%
G=25.40%
B=45.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73631120.350.4400.56252.242834.31
Hex493F70232C038fc1c22
Octal1117716043540703743442
Binary1001001111111111000010001110110001110001111110011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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