#493C60

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

Shades of Meteorite #493C60

Tints of Meteorite #493C60

Color information

#493C60 (or 0x493C60) is unknown color: approx Meteorite. HEX triplet: 49, 3C and 60. RGB value is (73,60,96). Sum of RGB (Red+Green+Blue) = 73+60+96=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #493C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C60 is #B6C39F. Grayscale: #434343. Windows color (decimal): -11977632 or 6306889. OLE color: 6306889.

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

Color convert

RGB736096-
CMYK0.240.3800.62
HSL261.67º23.08%30.59%-
HSV(B)261.67º37.5%37.65%-
XYZ6.475.4911.79-
YUV67.99143.81131.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=31.88%
G=26.20%
B=41.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7360960.240.3800.62261.6723.0830.59
Hex493C60182603E106171f
Octal1117414030460764062737
Binary100100111110011000001100010011001111101000001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,60,96); }

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

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

 a { background-color: rgb(73,60,96); }

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

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

 span { border-color: rgb(73,60,96); }

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