#463B73

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

Shades of Meteorite #463B73

Tints of Meteorite #463B73

Color information

#463B73 (or 0x463B73) is unknown color: approx Meteorite. HEX triplet: 46, 3B and 73. RGB value is (70,59,115). Sum of RGB (Red+Green+Blue) = 70+59+115=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #463B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B73 is #B9C48C. Grayscale: #444444. Windows color (decimal): -12174477 or 7551814. OLE color: 7551814.

HSL color Cylindrical-coordinate representation of color #463B73: hue angle of 251.79º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463B73 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7059115-
CMYK0.390.4900.55
HSL251.79º32.18%34.12%-
HSV(B)251.79º48.7%45.1%-
XYZ7.185.6716.94-
YUV68.67154.14128.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=28.69%
G=24.18%
B=47.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70591150.390.4900.55251.7932.1834.12
Hex463B732731037fc2022
Octal1067316347610673744042
Binary10001101110111110011100111110001011011111111100100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,59,115); }

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

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

 a { background-color: rgb(70,59,115); }

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

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

 span { border-color: rgb(70,59,115); }

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