#493767

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

Shades of Meteorite #493767

Tints of Meteorite #493767

Color information

#493767 (or 0x493767) is unknown color: approx Meteorite. HEX triplet: 49, 37 and 67. RGB value is (73,55,103). Sum of RGB (Red+Green+Blue) = 73+55+103=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #493767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493767 is #B6C898. Grayscale: #414141. Windows color (decimal): -11978905 or 6764361. OLE color: 6764361.

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

Color convert

RGB7355103-
CMYK0.290.4700.60
HSL262.5º30.38%30.98%-
HSV(B)262.5º46.6%40.39%-
XYZ6.565.1313.48-
YUV65.85148.96133.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=31.60%
G=23.81%
B=44.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73551030.290.4700.60262.530.3830.98
Hex4937671D2F03C1061e1f
Octal1116714735570744063637
Binary100100111011111001111110110111101111001000001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493767; }

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

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

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

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

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

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

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

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