#493A70

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

Shades of Meteorite #493A70

Tints of Meteorite #493A70

Color information

#493A70 (or 0x493A70) is unknown color: approx Meteorite. HEX triplet: 49, 3A and 70. RGB value is (73,58,112). Sum of RGB (Red+Green+Blue) = 73+58+112=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #493A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A70 is #B6C58F. Grayscale: #444444. Windows color (decimal): -11978128 or 7354953. OLE color: 7354953.

HSL color Cylindrical-coordinate representation of color #493A70: hue angle of 256.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493A70 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7358112-
CMYK0.350.4800.56
HSL256.67º31.76%33.33%-
HSV(B)256.67º48.21%43.92%-
XYZ7.195.6116.03-
YUV68.64152.47131.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=30.04%
G=23.87%
B=46.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73581120.350.4800.56256.6731.7633.33
Hex493A7023300381012021
Octal1117216043600704014041
Binary100100111101011100001000111100000111000100000001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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