#493A77

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

Shades of Meteorite #493A77

Tints of Meteorite #493A77

Color information

#493A77 (or 0x493A77) is unknown color: approx Meteorite. HEX triplet: 49, 3A and 77. RGB value is (73,58,119). Sum of RGB (Red+Green+Blue) = 73+58+119=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #493A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A77 is #B6C588. Grayscale: #454545. Windows color (decimal): -11978121 or 7813705. OLE color: 7813705.

HSL color Cylindrical-coordinate representation of color #493A77: hue angle of 254.75º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493A77 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7358119-
CMYK0.390.5100.53
HSL254.75º34.46%34.71%-
HSV(B)254.75º51.26%46.67%-
XYZ7.595.7718.17-
YUV69.44155.97130.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=29.2%
G=23.2%
B=47.6%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73581190.390.5100.53254.7534.4634.71
Hex493A772733035ff2223
Octal1117216747630653774243
Binary10010011110101110111100111110011011010111111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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