#493367

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

Shades of Meteorite #493367

Tints of Meteorite #493367

Color information

#493367 (or 0x493367) is unknown color: approx Meteorite. HEX triplet: 49, 33 and 67. RGB value is (73,51,103). Sum of RGB (Red+Green+Blue) = 73+51+103=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #493367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493367 is #B6CC98. Grayscale: #3F3F3F. Windows color (decimal): -11979929 or 6763337. OLE color: 6763337.

HSL color Cylindrical-coordinate representation of color #493367: hue angle of 265.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493367 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7351103-
CMYK0.290.5000.60
HSL265.38º33.77%30.2%-
HSV(B)265.38º50.49%40.39%-
XYZ6.384.7613.42-
YUV63.51150.29134.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=32.16%
G=22.47%
B=45.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73511030.290.5000.60265.3833.7730.2
Hex4933671D3203C109221e
Octal1116314735620744114236
Binary1001001110011110011111101110010011110010000100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493367; }

 p { color: rgb(73,51,103); }

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

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

 a { background-color: rgb(73,51,103); }

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

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

 span { border-color: rgb(73,51,103); }

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