#493D77

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

Shades of Meteorite #493D77

Tints of Meteorite #493D77

Color information

#493D77 (or 0x493D77) is unknown color: approx Meteorite. HEX triplet: 49, 3D and 77. RGB value is (73,61,119). Sum of RGB (Red+Green+Blue) = 73+61+119=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #493D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D77 is #B6C288. Grayscale: #464646. Windows color (decimal): -11977353 or 7814473. OLE color: 7814473.

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

Color convert

RGB7361119-
CMYK0.390.4900.53
HSL252.41º32.22%35.29%-
HSV(B)252.41º48.74%46.67%-
XYZ7.756.0918.22-
YUV71.2154.98129.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 61 (24.22% from 255) = 24.11%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=28.85%
G=24.11%
B=47.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73611190.390.4900.53252.4132.2235.29
Hex493D772731035fc2023
Octal1117516747610653744043
Binary10010011111011110111100111110001011010111111100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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