#493469

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

Shades of Meteorite #493469

Tints of Meteorite #493469

Color information

#493469 (or 0x493469) is unknown color: approx Meteorite. HEX triplet: 49, 34 and 69. RGB value is (73,52,105). Sum of RGB (Red+Green+Blue) = 73+52+105=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #493469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493469 is #B6CB96. Grayscale: #404040. Windows color (decimal): -11979671 or 6894665. OLE color: 6894665.

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

Color convert

RGB7352105-
CMYK0.300.5000.59
HSL263.77º33.76%30.78%-
HSV(B)263.77º50.48%41.18%-
XYZ6.534.8913.96-
YUV64.32150.96134.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=31.74%
G=22.61%
B=45.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73521050.300.5000.59263.7733.7630.78
Hex4934691E3203B108221f
Octal1116415136620734104237
Binary1001001110100110100111110110010011101110000100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493469; }

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

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

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

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

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

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

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

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