#493465

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

Shades of Meteorite #493465

Tints of Meteorite #493465

Color information

#493465 (or 0x493465) is unknown color: approx Meteorite. HEX triplet: 49, 34 and 65. RGB value is (73,52,101). Sum of RGB (Red+Green+Blue) = 73+52+101=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #493465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493465 is #B6CB9A. Grayscale: #3F3F3F. Windows color (decimal): -11979675 or 6632521. OLE color: 6632521.

HSL color Cylindrical-coordinate representation of color #493465: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493465 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7352101-
CMYK0.280.4900.60
HSL265.71º32.03%30%-
HSV(B)265.71º48.51%39.61%-
XYZ6.324.8112.91-
YUV63.86148.96134.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=32.30%
G=23.01%
B=44.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73521010.280.4900.60265.7132.0330
Hex4934651C3103C10a201e
Octal1116414534610744124036
Binary1001001110100110010111100110001011110010000101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493465; }

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

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

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

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

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

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

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

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