#493E75

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

Shades of Meteorite #493E75

Tints of Meteorite #493E75

Color information

#493E75 (or 0x493E75) is unknown color: approx Meteorite. HEX triplet: 49, 3E and 75. RGB value is (73,62,117). Sum of RGB (Red+Green+Blue) = 73+62+117=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #493E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E75 is #B6C18A. Grayscale: #474747. Windows color (decimal): -11977099 or 7683657. OLE color: 7683657.

HSL color Cylindrical-coordinate representation of color #493E75: hue angle of 252º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493E75 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7362117-
CMYK0.380.4700.54
HSL252º30.73%35.1%-
HSV(B)252º47.01%45.88%-
XYZ7.686.1517.61-
YUV71.56153.64129.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=28.97%
G=24.60%
B=46.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73621170.380.4700.5425230.7335.1
Hex493E75262F036fc1f23
Octal1117616546570663743743
Binary1001001111110111010110011010111101101101111110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,117); }

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

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

 a { background-color: rgb(73,62,117); }

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

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

 span { border-color: rgb(73,62,117); }

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