#493862

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

Shades of Meteorite #493862

Tints of Meteorite #493862

Color information

#493862 (or 0x493862) is unknown color: approx Meteorite. HEX triplet: 49, 38 and 62. RGB value is (73,56,98). Sum of RGB (Red+Green+Blue) = 73+56+98=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #493862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493862 is #B6C79D. Grayscale: #414141. Windows color (decimal): -11978654 or 6436937. OLE color: 6436937.

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

Color convert

RGB735698-
CMYK0.260.4300.62
HSL264.29º27.27%30.2%-
HSV(B)264.29º42.86%38.43%-
XYZ6.375.1312.21-
YUV65.87146.13133.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=32.16%
G=24.67%
B=43.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7356980.260.4300.62264.2927.2730.2
Hex4938621A2B03E1081b1e
Octal1117014232530764103336
Binary100100111100011000101101010101101111101000010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493862; }

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

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

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

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

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

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

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

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