#493C5A

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

Shades of Meteorite #493C5A

Tints of Meteorite #493C5A

Color information

#493C5A (or 0x493C5A) is unknown color: approx Meteorite. HEX triplet: 49, 3C and 5A. RGB value is (73,60,90). Sum of RGB (Red+Green+Blue) = 73+60+90=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #493C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C5A is #B6C3A5. Grayscale: #434343. Windows color (decimal): -11977638 or 5913673. OLE color: 5913673.

HSL color Cylindrical-coordinate representation of color #493C5A: hue angle of 266º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493C5A is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB736090-
CMYK0.190.3300.65
HSL266º20%29.41%-
HSV(B)266º33.33%35.29%-
XYZ6.215.3910.39-
YUV67.31140.81132.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=32.74%
G=26.91%
B=40.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7360900.190.3300.652662029.41
Hex493C5A132104110a141d
Octal11174132234101014122435
Binary1001001111100101101010011100001010000011000010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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