#463560

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

Shades of Meteorite #463560

Tints of Meteorite #463560

Color information

#463560 (or 0x463560) is unknown color: approx Meteorite. HEX triplet: 46, 35 and 60. RGB value is (70,53,96). Sum of RGB (Red+Green+Blue) = 70+53+96=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #463560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463560 is #B9CA9F. Grayscale: #3E3E3E. Windows color (decimal): -12176032 or 6305094. OLE color: 6305094.

HSL color Cylindrical-coordinate representation of color #463560: hue angle of 263.72º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #463560 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB705396-
CMYK0.270.4500.62
HSL263.72º28.86%29.22%-
HSV(B)263.72º44.79%37.65%-
XYZ5.914.6911.66-
YUV62.98146.63133-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=31.96%
G=24.20%
B=43.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7053960.270.4500.62263.7228.8629.22
Hex4635601B2D03E1081d1d
Octal1066514033550764103535
Binary100011011010111000001101110110101111101000010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463560; }

 p { color: rgb(70,53,96); }

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

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

 a { background-color: rgb(70,53,96); }

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

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

 span { border-color: rgb(70,53,96); }

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