#463165

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

Shades of Meteorite #463165

Tints of Meteorite #463165

Color information

#463165 (or 0x463165) is unknown color: approx Meteorite. HEX triplet: 46, 31 and 65. RGB value is (70,49,101). Sum of RGB (Red+Green+Blue) = 70+49+101=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #463165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463165 is #B9CE9A. Grayscale: #3D3D3D. Windows color (decimal): -12177051 or 6631750. OLE color: 6631750.

HSL color Cylindrical-coordinate representation of color #463165: hue angle of 264.23º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463165 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7049101-
CMYK0.310.5100.60
HSL264.23º34.67%29.41%-
HSV(B)264.23º51.49%39.61%-
XYZ5.974.4412.85-
YUV61.21150.46134.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=31.82%
G=22.27%
B=45.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70491010.310.5100.60264.2334.6729.41
Hex4631651F3303C108231d
Octal1066114537630744104335
Binary1000110110001110010111111110011011110010000100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463165; }

 p { color: rgb(70,49,101); }

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

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

 a { background-color: rgb(70,49,101); }

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

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

 span { border-color: rgb(70,49,101); }

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