#463161

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

Shades of Meteorite #463161

Tints of Meteorite #463161

Color information

#463161 (or 0x463161) is unknown color: approx Meteorite. HEX triplet: 46, 31 and 61. RGB value is (70,49,97). Sum of RGB (Red+Green+Blue) = 70+49+97=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #463161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463161 is #B9CE9E. Grayscale: #3C3C3C. Windows color (decimal): -12177055 or 6369606. OLE color: 6369606.

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

Color convert

RGB704997-
CMYK0.280.4900.62
HSL266.25º32.88%28.63%-
HSV(B)266.25º49.48%38.04%-
XYZ5.784.3611.85-
YUV60.75148.46134.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=32.41%
G=22.69%
B=44.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7049970.280.4900.62266.2532.8828.63
Hex4631611C3103E10a211d
Octal1066114134610764124135
Binary1000110110001110000111100110001011111010000101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463161; }

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

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

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

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

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

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

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

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