#463365

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

Shades of Meteorite #463365

Tints of Meteorite #463365

Color information

#463365 (or 0x463365) is unknown color: approx Meteorite. HEX triplet: 46, 33 and 65. RGB value is (70,51,101). Sum of RGB (Red+Green+Blue) = 70+51+101=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #463365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463365 is #B9CC9A. Grayscale: #3E3E3E. Windows color (decimal): -12176539 or 6632262. OLE color: 6632262.

HSL color Cylindrical-coordinate representation of color #463365: hue angle of 262.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463365 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7051101-
CMYK0.310.5000.60
HSL262.8º32.89%29.8%-
HSV(B)262.8º49.5%39.61%-
XYZ6.064.6112.88-
YUV62.38149.79133.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=31.53%
G=22.97%
B=45.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70511010.310.5000.60262.832.8929.8
Hex4633651F3203C107211e
Octal1066314537620744074136
Binary1000110110011110010111111110010011110010000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463365; }

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

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

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

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

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

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

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

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