#463C6D

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

Shades of Meteorite #463C6D

Tints of Meteorite #463C6D

Color information

#463C6D (or 0x463C6D) is unknown color: approx Meteorite. HEX triplet: 46, 3C and 6D. RGB value is (70,60,109). Sum of RGB (Red+Green+Blue) = 70+60+109=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #463C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C6D is #B9C392. Grayscale: #444444. Windows color (decimal): -12174227 or 7158854. OLE color: 7158854.

HSL color Cylindrical-coordinate representation of color #463C6D: hue angle of 252.24º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #463C6D is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7060109-
CMYK0.360.4500.57
HSL252.24º28.99%33.14%-
HSV(B)252.24º44.95%42.75%-
XYZ6.95.6415.19-
YUV68.58150.81129.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=29.29%
G=25.10%
B=45.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70601090.360.4500.57252.2428.9933.14
Hex463C6D242D039fc1d21
Octal1067415544550713743541
Binary1000110111100110110110010010110101110011111110011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463C6D; }

 p { color: rgb(70,60,109); }

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

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

 a { background-color: rgb(70,60,109); }

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

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

 span { border-color: rgb(70,60,109); }

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