#493561

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

Shades of Meteorite #493561

Tints of Meteorite #493561

Color information

#493561 (or 0x493561) is unknown color: approx Meteorite. HEX triplet: 49, 35 and 61. RGB value is (73,53,97). Sum of RGB (Red+Green+Blue) = 73+53+97=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #493561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493561 is #B6CA9E. Grayscale: #3F3F3F. Windows color (decimal): -11979423 or 6370633. OLE color: 6370633.

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

Color convert

RGB735397-
CMYK0.250.4500.62
HSL267.27º29.33%29.41%-
HSV(B)267.27º45.36%38.04%-
XYZ6.184.8311.92-
YUV64146.63134.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=32.74%
G=23.77%
B=43.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7353970.250.4500.62267.2729.3329.41
Hex493561192D03E10b1d1d
Octal1116514131550764133535
Binary100100111010111000011100110110101111101000010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493561; }

 p { color: rgb(73,53,97); }

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

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

 a { background-color: rgb(73,53,97); }

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

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

 span { border-color: rgb(73,53,97); }

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