#463A61

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

Shades of Meteorite #463A61

Tints of Meteorite #463A61

Color information

#463A61 (or 0x463A61) is unknown color: approx Meteorite. HEX triplet: 46, 3A and 61. RGB value is (70,58,97). Sum of RGB (Red+Green+Blue) = 70+58+97=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #463A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A61 is #B9C59E. Grayscale: #414141. Windows color (decimal): -12174751 or 6371910. OLE color: 6371910.

HSL color Cylindrical-coordinate representation of color #463A61: hue angle of 258.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463A61 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB705897-
CMYK0.280.4000.62
HSL258.46º25.16%30.39%-
HSV(B)258.46º40.21%38.04%-
XYZ6.25.1911.98-
YUV66.03145.48130.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=31.11%
G=25.78%
B=43.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7058970.280.4000.62258.4625.1630.39
Hex463A611C2803E102191e
Octal1067214134500764023136
Binary100011011101011000011110010100001111101000000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,58,97); }

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

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

 a { background-color: rgb(70,58,97); }

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

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

 span { border-color: rgb(70,58,97); }

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