#493F77

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

Shades of Meteorite #493F77

Tints of Meteorite #493F77

Color information

#493F77 (or 0x493F77) is unknown color: approx Meteorite. HEX triplet: 49, 3F and 77. RGB value is (73,63,119). Sum of RGB (Red+Green+Blue) = 73+63+119=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #493F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F77 is #B6C088. Grayscale: #484848. Windows color (decimal): -11976841 or 7814985. OLE color: 7814985.

HSL color Cylindrical-coordinate representation of color #493F77: hue angle of 250.71º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493F77 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7363119-
CMYK0.390.4700.53
HSL250.71º30.77%35.69%-
HSV(B)250.71º47.06%46.67%-
XYZ7.856.318.26-
YUV72.37154.31128.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 63 (25% from 255) = 24.71%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=28.63%
G=24.71%
B=46.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73631190.390.4700.53250.7130.7735.69
Hex493F77272F035fb1f24
Octal1117716747570653733744
Binary1001001111111111011110011110111101101011111101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493F77; }

 p { color: rgb(73,63,119); }

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

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

 a { background-color: rgb(73,63,119); }

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

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

 span { border-color: rgb(73,63,119); }

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