#493967

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

Shades of Meteorite #493967

Tints of Meteorite #493967

Color information

#493967 (or 0x493967) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 67. RGB value is (73,57,103). Sum of RGB (Red+Green+Blue) = 73+57+103=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #493967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493967 is #B6C698. Grayscale: #424242. Windows color (decimal): -11978393 or 6764873. OLE color: 6764873.

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

Color convert

RGB7357103-
CMYK0.290.4500.60
HSL260.87º28.75%31.37%-
HSV(B)260.87º44.66%40.39%-
XYZ6.665.3213.51-
YUV67.03148.3132.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=31.33%
G=24.46%
B=44.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73571030.290.4500.60260.8728.7531.37
Hex4939671D2D03C1051d1f
Octal1117114735550744053537
Binary100100111100111001111110110110101111001000001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493967; }

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

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

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

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

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

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

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

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