#463260

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

Shades of Meteorite #463260

Tints of Meteorite #463260

Color information

#463260 (or 0x463260) is unknown color: approx Meteorite. HEX triplet: 46, 32 and 60. RGB value is (70,50,96). Sum of RGB (Red+Green+Blue) = 70+50+96=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #463260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463260 is #B9CD9F. Grayscale: #3D3D3D. Windows color (decimal): -12176800 or 6304326. OLE color: 6304326.

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

Color convert

RGB705096-
CMYK0.270.4800.62
HSL266.09º31.51%28.63%-
HSV(B)266.09º47.92%37.65%-
XYZ5.784.4311.62-
YUV61.22147.63134.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=32.41%
G=23.15%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7050960.270.4800.62266.0931.5128.63
Hex4632601B3003E10a201d
Octal1066214033600764124035
Binary1000110110010110000011011110000011111010000101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463260; }

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

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

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

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

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

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

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

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