#493463

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

Shades of Meteorite #493463

Tints of Meteorite #493463

Color information

#493463 (or 0x493463) is unknown color: approx Meteorite. HEX triplet: 49, 34 and 63. RGB value is (73,52,99). Sum of RGB (Red+Green+Blue) = 73+52+99=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #493463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493463 is #B6CB9C. Grayscale: #3F3F3F. Windows color (decimal): -11979677 or 6501449. OLE color: 6501449.

HSL color Cylindrical-coordinate representation of color #493463: hue angle of 266.81º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493463 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB735299-
CMYK0.260.4700.61
HSL266.81º31.13%29.61%-
HSV(B)266.81º47.47%38.82%-
XYZ6.234.7712.4-
YUV63.64147.96134.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=32.59%
G=23.21%
B=44.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7352990.260.4700.61266.8131.1329.61
Hex4934631A2F03D10b1f1e
Octal1116414332570754133736
Binary100100111010011000111101010111101111011000010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493463; }

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

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

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

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

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

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

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

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