#493861

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

Shades of Meteorite #493861

Tints of Meteorite #493861

Color information

#493861 (or 0x493861) is unknown color: approx Meteorite. HEX triplet: 49, 38 and 61. RGB value is (73,56,97). Sum of RGB (Red+Green+Blue) = 73+56+97=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #493861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493861 is #B6C79E. Grayscale: #414141. Windows color (decimal): -11978655 or 6371401. OLE color: 6371401.

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

Color convert

RGB735697-
CMYK0.250.4200.62
HSL264.88º26.8%30%-
HSV(B)264.88º42.27%38.04%-
XYZ6.325.1111.96-
YUV65.76145.63133.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=32.30%
G=24.78%
B=42.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7356970.250.4200.62264.8826.830
Hex493861192A03E1091b1e
Octal1117014131520764113336
Binary100100111100011000011100110101001111101000010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493861; }

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

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

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

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

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

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

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

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