#493976

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

Shades of Meteorite #493976

Tints of Meteorite #493976

Color information

#493976 (or 0x493976) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 76. RGB value is (73,57,118). Sum of RGB (Red+Green+Blue) = 73+57+118=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #493976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493976 is #B6C689. Grayscale: #444444. Windows color (decimal): -11978378 or 7747913. OLE color: 7747913.

HSL color Cylindrical-coordinate representation of color #493976: hue angle of 255.74º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493976 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7357118-
CMYK0.380.5200.54
HSL255.74º34.86%34.31%-
HSV(B)255.74º51.69%46.27%-
XYZ7.485.6517.84-
YUV68.74155.8131.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=29.44%
G=22.98%
B=47.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73571180.380.5200.54255.7434.8634.31
Hex49397626340361002322
Octal1117116646640664004342
Binary100100111100111101101001101101000110110100000000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493976; }

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

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

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

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

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

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

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

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