#493960

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

Shades of Meteorite #493960

Tints of Meteorite #493960

Color information

#493960 (or 0x493960) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 60. RGB value is (73,57,96). Sum of RGB (Red+Green+Blue) = 73+57+96=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #493960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493960 is #B6C69F. Grayscale: #424242. Windows color (decimal): -11978400 or 6306121. OLE color: 6306121.

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

Color convert

RGB735796-
CMYK0.240.4100.62
HSL264.62º25.49%30%-
HSV(B)264.62º40.62%37.65%-
XYZ6.325.1911.73-
YUV66.23144.8132.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=32.30%
G=25.22%
B=42.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7357960.240.4100.62264.6225.4930
Hex493960182903E109191e
Octal1117114030510764113136
Binary100100111100111000001100010100101111101000010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493960; }

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

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

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

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

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

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

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

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