#493769

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

Shades of Meteorite #493769

Tints of Meteorite #493769

Color information

#493769 (or 0x493769) is unknown color: approx Meteorite. HEX triplet: 49, 37 and 69. RGB value is (73,55,105). Sum of RGB (Red+Green+Blue) = 73+55+105=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #493769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493769 is #B6C896. Grayscale: #414141. Windows color (decimal): -11978903 or 6895433. OLE color: 6895433.

HSL color Cylindrical-coordinate representation of color #493769: hue angle of 261.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493769 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7355105-
CMYK0.300.4800.59
HSL261.6º31.25%31.37%-
HSV(B)261.6º47.62%41.18%-
XYZ6.665.1714.01-
YUV66.08149.96132.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=31.33%
G=23.61%
B=45.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73551050.300.4800.59261.631.2531.37
Hex4937691E3003B1061f1f
Octal1116715136600734063737
Binary100100111011111010011111011000001110111000001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493769; }

 p { color: rgb(73,55,105); }

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

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

 a { background-color: rgb(73,55,105); }

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

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

 span { border-color: rgb(73,55,105); }

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