#463A76

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

Shades of Meteorite #463A76

Tints of Meteorite #463A76

Color information

#463A76 (or 0x463A76) is unknown color: approx Meteorite. HEX triplet: 46, 3A and 76. RGB value is (70,58,118). Sum of RGB (Red+Green+Blue) = 70+58+118=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #463A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A76 is #B9C589. Grayscale: #444444. Windows color (decimal): -12174730 or 7748166. OLE color: 7748166.

HSL color Cylindrical-coordinate representation of color #463A76: hue angle of 252º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463A76 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7058118-
CMYK0.410.5100.54
HSL252º34.09%34.51%-
HSV(B)252º50.85%46.27%-
XYZ7.315.6417.84-
YUV68.43155.98129.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=28.46%
G=23.58%
B=47.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70581180.410.5100.5425234.0934.51
Hex463A762933036fc2223
Octal1067216651630663744243
Binary10001101110101110110101001110011011011011111100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463A76; }

 p { color: rgb(70,58,118); }

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

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

 a { background-color: rgb(70,58,118); }

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

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

 span { border-color: rgb(70,58,118); }

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