#463660

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

Shades of Meteorite #463660

Tints of Meteorite #463660

Color information

#463660 (or 0x463660) is unknown color: approx Meteorite. HEX triplet: 46, 36 and 60. RGB value is (70,54,96). Sum of RGB (Red+Green+Blue) = 70+54+96=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #463660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463660 is #B9C99F. Grayscale: #3F3F3F. Windows color (decimal): -12175776 or 6305350. OLE color: 6305350.

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

Color convert

RGB705496-
CMYK0.270.4400.62
HSL262.86º28%29.41%-
HSV(B)262.86º43.75%37.65%-
XYZ5.964.7811.68-
YUV63.57146.3132.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=31.82%
G=24.55%
B=43.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7054960.270.4400.62262.862829.41
Hex4636601B2C03E1071c1d
Octal1066614033540764073435
Binary100011011011011000001101110110001111101000001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463660; }

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

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

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

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

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

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

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

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