#463B6E

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

Shades of Meteorite #463B6E

Tints of Meteorite #463B6E

Color information

#463B6E (or 0x463B6E) is unknown color: approx Meteorite. HEX triplet: 46, 3B and 6E. RGB value is (70,59,110). Sum of RGB (Red+Green+Blue) = 70+59+110=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #463B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B6E is #B9C491. Grayscale: #434343. Windows color (decimal): -12174482 or 7224134. OLE color: 7224134.

HSL color Cylindrical-coordinate representation of color #463B6E: hue angle of 252.94º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463B6E is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7059110-
CMYK0.360.4600.57
HSL252.94º30.18%33.14%-
HSV(B)252.94º46.36%43.14%-
XYZ6.95.5615.46-
YUV68.1151.64129.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=29.29%
G=24.69%
B=46.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70591100.360.4600.57252.9430.1833.14
Hex463B6E242E039fd1e21
Octal1067315644560713753641
Binary1000110111011110111010010010111001110011111110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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