#493669

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

Shades of Meteorite #493669

Tints of Meteorite #493669

Color information

#493669 (or 0x493669) is unknown color: approx Meteorite. HEX triplet: 49, 36 and 69. RGB value is (73,54,105). Sum of RGB (Red+Green+Blue) = 73+54+105=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #493669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493669 is #B6C996. Grayscale: #414141. Windows color (decimal): -11979159 or 6895177. OLE color: 6895177.

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

Color convert

RGB7354105-
CMYK0.300.4900.59
HSL262.35º32.08%31.18%-
HSV(B)262.35º48.57%41.18%-
XYZ6.625.0714-
YUV65.49150.29133.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=31.47%
G=23.28%
B=45.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73541050.300.4900.59262.3532.0831.18
Hex4936691E3103B106201f
Octal1116615136610734064037
Binary1001001110110110100111110110001011101110000011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493669; }

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

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

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

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

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

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

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

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