#493361

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

Shades of Meteorite #493361

Tints of Meteorite #493361

Color information

#493361 (or 0x493361) is unknown color: approx Meteorite. HEX triplet: 49, 33 and 61. RGB value is (73,51,97). Sum of RGB (Red+Green+Blue) = 73+51+97=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #493361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493361 is #B6CC9E. Grayscale: #3E3E3E. Windows color (decimal): -11979935 or 6370121. OLE color: 6370121.

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

Color convert

RGB735197-
CMYK0.250.4700.62
HSL268.7º31.08%29.02%-
HSV(B)268.7º47.42%38.04%-
XYZ6.094.6511.89-
YUV62.82147.29135.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=33.03%
G=23.08%
B=43.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7351970.250.4700.62268.731.0829.02
Hex493361192F03E10d1f1d
Octal1116314131570764153735
Binary100100111001111000011100110111101111101000011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493361; }

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

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

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

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

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

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

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

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