#493C5C

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

Shades of Meteorite #493C5C

Tints of Meteorite #493C5C

Color information

#493C5C (or 0x493C5C) is unknown color: approx Meteorite. HEX triplet: 49, 3C and 5C. RGB value is (73,60,92). Sum of RGB (Red+Green+Blue) = 73+60+92=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #493C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C5C is #B6C3A3. Grayscale: #434343. Windows color (decimal): -11977636 or 6044745. OLE color: 6044745.

HSL color Cylindrical-coordinate representation of color #493C5C: hue angle of 264.38º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #493C5C is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB736092-
CMYK0.210.3500.64
HSL264.38º21.05%29.8%-
HSV(B)264.38º34.78%36.08%-
XYZ6.35.4210.84-
YUV67.54141.81131.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=32.44%
G=26.67%
B=40.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7360920.210.3500.64264.3821.0529.8
Hex493C5C1523040108151e
Octal11174134254301004102536
Binary1001001111100101110010101100011010000001000010001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,60,92); }

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

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

 a { background-color: rgb(73,60,92); }

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

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

 span { border-color: rgb(73,60,92); }

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