#493A6E

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

Shades of Meteorite #493A6E

Tints of Meteorite #493A6E

Color information

#493A6E (or 0x493A6E) is unknown color: approx Meteorite. HEX triplet: 49, 3A and 6E. RGB value is (73,58,110). Sum of RGB (Red+Green+Blue) = 73+58+110=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #493A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A6E is #B6C591. Grayscale: #444444. Windows color (decimal): -11978130 or 7223881. OLE color: 7223881.

HSL color Cylindrical-coordinate representation of color #493A6E: hue angle of 257.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493A6E is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7358110-
CMYK0.340.4700.57
HSL257.31º30.95%32.94%-
HSV(B)257.31º47.27%43.14%-
XYZ7.085.5715.45-
YUV68.41151.47131.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=30.29%
G=24.07%
B=45.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73581100.340.4700.57257.3130.9532.94
Hex493A6E222F0391011f21
Octal1117215642570714013741
Binary10010011110101101110100010101111011100110000000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,58,110); }

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

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

 a { background-color: rgb(73,58,110); }

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

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

 span { border-color: rgb(73,58,110); }

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