#493768

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

Shades of Meteorite #493768

Tints of Meteorite #493768

Color information

#493768 (or 0x493768) is unknown color: approx Meteorite. HEX triplet: 49, 37 and 68. RGB value is (73,55,104). Sum of RGB (Red+Green+Blue) = 73+55+104=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #493768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493768 is #B6C897. Grayscale: #414141. Windows color (decimal): -11978904 or 6829897. OLE color: 6829897.

HSL color Cylindrical-coordinate representation of color #493768: hue angle of 262.04º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493768 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7355104-
CMYK0.300.4700.59
HSL262.04º30.82%31.18%-
HSV(B)262.04º47.12%40.78%-
XYZ6.615.1513.74-
YUV65.97149.46133.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=31.47%
G=23.71%
B=44.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73551040.300.4700.59262.0430.8231.18
Hex4937681E2F03B1061f1f
Octal1116715036570734063737
Binary100100111011111010001111010111101110111000001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493768; }

 p { color: rgb(73,55,104); }

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

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

 a { background-color: rgb(73,55,104); }

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

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

 span { border-color: rgb(73,55,104); }

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