#463261

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

Shades of Meteorite #463261

Tints of Meteorite #463261

Color information

#463261 (or 0x463261) is unknown color: approx Meteorite. HEX triplet: 46, 32 and 61. RGB value is (70,50,97). Sum of RGB (Red+Green+Blue) = 70+50+97=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #463261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463261 is #B9CD9E. Grayscale: #3D3D3D. Windows color (decimal): -12176799 or 6369862. OLE color: 6369862.

HSL color Cylindrical-coordinate representation of color #463261: hue angle of 265.53º 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 #463261 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB705097-
CMYK0.280.4800.62
HSL265.53º31.97%28.82%-
HSV(B)265.53º48.45%38.04%-
XYZ5.824.4511.86-
YUV61.34148.13134.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=32.26%
G=23.04%
B=44.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7050970.280.4800.62265.5331.9728.82
Hex4632611C3003E10a201d
Octal1066214134600764124035
Binary1000110110010110000111100110000011111010000101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463261; }

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

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

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

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

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

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

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

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