#463460

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

Shades of Meteorite #463460

Tints of Meteorite #463460

Color information

#463460 (or 0x463460) is unknown color: approx Meteorite. HEX triplet: 46, 34 and 60. RGB value is (70,52,96). Sum of RGB (Red+Green+Blue) = 70+52+96=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #463460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463460 is #B9CB9F. Grayscale: #3E3E3E. Windows color (decimal): -12176288 or 6304838. OLE color: 6304838.

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

Color convert

RGB705296-
CMYK0.270.4600.62
HSL264.55º29.73%29.02%-
HSV(B)264.55º45.83%37.65%-
XYZ5.874.611.65-
YUV62.4146.96133.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=32.11%
G=23.85%
B=44.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7052960.270.4600.62264.5529.7329.02
Hex4634601B2E03E1091e1d
Octal1066414033560764113635
Binary100011011010011000001101110111001111101000010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463460; }

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

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

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

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

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

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

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

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