#493D75

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

Shades of Meteorite #493D75

Tints of Meteorite #493D75

Color information

#493D75 (or 0x493D75) is unknown color: approx Meteorite. HEX triplet: 49, 3D and 75. RGB value is (73,61,117). Sum of RGB (Red+Green+Blue) = 73+61+117=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #493D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D75 is #B6C28A. Grayscale: #464646. Windows color (decimal): -11977355 or 7683401. OLE color: 7683401.

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

Color convert

RGB7361117-
CMYK0.380.4800.54
HSL252.86º31.46%34.9%-
HSV(B)252.86º47.86%45.88%-
XYZ7.636.0417.59-
YUV70.97153.98129.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 61 (24.22% from 255) = 24.30%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=29.08%
G=24.30%
B=46.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73611170.380.4800.54252.8631.4634.9
Hex493D752630036fd1f23
Octal1117516546600663753743
Binary1001001111101111010110011011000001101101111110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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