#493E67

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

Shades of Meteorite #493E67

Tints of Meteorite #493E67

Color information

#493E67 (or 0x493E67) is unknown color: approx Meteorite. HEX triplet: 49, 3E and 67. RGB value is (73,62,103). Sum of RGB (Red+Green+Blue) = 73+62+103=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #493E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E67 is #B6C198. Grayscale: #454545. Windows color (decimal): -11977113 or 6766153. OLE color: 6766153.

HSL color Cylindrical-coordinate representation of color #493E67: hue angle of 256.1º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493E67 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7362103-
CMYK0.290.4000.60
HSL256.1º24.85%32.35%-
HSV(B)256.1º39.81%40.39%-
XYZ6.925.8413.59-
YUV69.96146.64130.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=30.67%
G=26.05%
B=43.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73621030.290.4000.60256.124.8532.35
Hex493E671D2803C1001920
Octal1117614735500744003140
Binary1001001111110110011111101101000011110010000000011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,103); }

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

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

 a { background-color: rgb(73,62,103); }

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

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

 span { border-color: rgb(73,62,103); }

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