#463265

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

Shades of Meteorite #463265

Tints of Meteorite #463265

Color information

#463265 (or 0x463265) is unknown color: approx Meteorite. HEX triplet: 46, 32 and 65. RGB value is (70,50,101). Sum of RGB (Red+Green+Blue) = 70+50+101=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #463265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463265 is #B9CD9A. Grayscale: #3D3D3D. Windows color (decimal): -12176795 or 6632006. OLE color: 6632006.

HSL color Cylindrical-coordinate representation of color #463265: hue angle of 263.53º degrees, saturation: 0.34, 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 #463265 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7050101-
CMYK0.310.5000.60
HSL263.53º33.77%29.61%-
HSV(B)263.53º50.5%39.61%-
XYZ6.024.5212.87-
YUV61.79150.13133.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=31.67%
G=22.62%
B=45.70%

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
Decimal70501010.310.5000.60263.5333.7729.61
Hex4632651F3203C108221e
Octal1066214537620744104236
Binary1000110110010110010111111110010011110010000100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463265; }

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

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

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

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

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

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

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

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