#493B76

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

Shades of Meteorite #493B76

Tints of Meteorite #493B76

Color information

#493B76 (or 0x493B76) is unknown color: approx Meteorite. HEX triplet: 49, 3B and 76. RGB value is (73,59,118). Sum of RGB (Red+Green+Blue) = 73+59+118=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #493B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B76 is #B6C489. Grayscale: #454545. Windows color (decimal): -11977866 or 7748425. OLE color: 7748425.

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

Color convert

RGB7359118-
CMYK0.380.5000.54
HSL254.24º33.33%34.71%-
HSV(B)254.24º50%46.27%-
XYZ7.585.8517.87-
YUV69.91155.14130.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=29.2%
G=23.6%
B=47.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73591180.380.5000.54254.2433.3334.71
Hex493B762632036fe2123
Octal1117316646620663764143
Binary10010011110111110110100110110010011011011111110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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