#493461

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

Shades of Meteorite #493461

Tints of Meteorite #493461

Color information

#493461 (or 0x493461) is unknown color: approx Meteorite. HEX triplet: 49, 34 and 61. RGB value is (73,52,97). Sum of RGB (Red+Green+Blue) = 73+52+97=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #493461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493461 is #B6CB9E. Grayscale: #3F3F3F. Windows color (decimal): -11979679 or 6370377. OLE color: 6370377.

HSL color Cylindrical-coordinate representation of color #493461: hue angle of 268º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #493461 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB735297-
CMYK0.250.4600.62
HSL268º30.2%29.22%-
HSV(B)268º46.39%38.04%-
XYZ6.134.7411.9-
YUV63.41146.96134.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=32.88%
G=23.42%
B=43.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7352970.250.4600.6226830.229.22
Hex493461192E03E10c1e1d
Octal1116414131560764143635
Binary100100111010011000011100110111001111101000011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493461; }

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

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

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

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

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

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

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

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