#493D76

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

Shades of Meteorite #493D76

Tints of Meteorite #493D76

Color information

#493D76 (or 0x493D76) is unknown color: approx Meteorite. HEX triplet: 49, 3D and 76. RGB value is (73,61,118). Sum of RGB (Red+Green+Blue) = 73+61+118=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #493D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D76 is #B6C289. Grayscale: #464646. Windows color (decimal): -11977354 or 7748937. OLE color: 7748937.

HSL color Cylindrical-coordinate representation of color #493D76: hue angle of 252.63º degrees, saturation: 0.32, 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 #493D76 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7361118-
CMYK0.380.4800.54
HSL252.63º31.84%35.1%-
HSV(B)252.63º48.31%46.27%-
XYZ7.696.0617.9-
YUV71.09154.48129.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=28.97%
G=24.21%
B=46.83%

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
Decimal73611180.380.4800.54252.6331.8435.1
Hex493D762630036fd2023
Octal1117516646600663754043
Binary10010011111011110110100110110000011011011111101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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